mirror of
https://github.com/transatoshi-mw/grin-explorer.git
synced 2025-10-21 13:33:41 +00:00
adding icons
This commit is contained in:
BIN
static/icons/grin-logo-192x192.png
Normal file
BIN
static/icons/grin-logo-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
static/icons/grin-logo-apple-touch.png
Normal file
BIN
static/icons/grin-logo-apple-touch.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
static/icons/grin-logo.png
Normal file
BIN
static/icons/grin-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
@@ -12,7 +12,9 @@
|
||||
<link rel="stylesheet" type= "text/css" href="/static/styles/style.css" />
|
||||
<link rel= "stylesheet" type= "text/css" href= "/static/styles/bootstrap.css" />
|
||||
<link rel= "stylesheet" type= "text/css" href= "/static/styles/bootstrap-icons.css" />
|
||||
<link rel="shortcut icon" type="image/png" href="/static/icon/grin-logo.png" />
|
||||
<link rel="shortcut icon" type="image/png" href="/static/icons/grin-logo.png" />
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="/static/icons/grin-logo-192x192.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/static/icons/grin-logo-apple-touch.png" />
|
||||
<script src="/static/scripts/darkmode.js"></script>
|
||||
<script src="/static/scripts/darkmode_toggle.js"></script>
|
||||
<script src="/static/scripts/bootstrap.bundle.js"></script>
|
||||
|
Reference in New Issue
Block a user