favicon
This commit is contained in:
parent
9b9b1f5fd5
commit
3b957a8364
|
@ -72,6 +72,8 @@ func init() {
|
|||
"/static/": true,
|
||||
"/static/main.js": true,
|
||||
"/static/gruvbox.css": true,
|
||||
"/static/favicon.ico": true,
|
||||
"/static/favicon.png": true,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 63 KiB |
|
@ -4,7 +4,8 @@
|
|||
<title>Mi</title>
|
||||
<link type="text/css" rel="stylesheet" href="/static/gruvbox.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<script src="/static/main.js"></script>
|
||||
<link rel="icon" type="image/png" href="/static/favicon.png">
|
||||
<script src="/static/main.js"></script>
|
||||
</head>
|
||||
<body id="top">
|
||||
<main>
|
||||
|
|
Loading…
Reference in New Issue