This commit is contained in:
Cadey Ratio 2020-01-14 13:51:35 +00:00
parent 9b9b1f5fd5
commit 3b957a8364
4 changed files with 4 additions and 1 deletions

View File

@ -72,6 +72,8 @@ func init() {
"/static/": true,
"/static/main.js": true,
"/static/gruvbox.css": true,
"/static/favicon.ico": true,
"/static/favicon.png": true,
}
}

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

View File

@ -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>