Compare commits

..

2 Commits

Author SHA1 Message Date
Magi1053 c6bc5b95f7
Merge 9147cb2ad0 into d197bc80cc 2024-05-02 21:01:37 +01:00
Magi1053 9147cb2ad0 Add icon to favicon 2024-05-01 22:30:35 -05:00
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
<head>
<meta charset="UTF-8"/>
<title>You can now close your browser</title>
<link rel="icon" href="data:image/png;base64,%1$s">
<style>
body {
display: flex;
@ -17,7 +18,7 @@
</head>
<body>
<main>
<img src="data:image/png;base64,%s" alt="icon.png" onerror="this.style.display='none'">
<img src="data:image/png;base64,%1$s" alt="icon.png" onerror="this.style.display='none'">
<h2>You can now close your browser</h2>
</main>
</body>