mirror of
https://github.com/SKCraft/Launcher.git
synced 2025-02-15 01:31:22 +01:00
Add icon to favicon
This commit is contained in:
parent
5eca6c2b43
commit
9147cb2ad0
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user