adding icons

This commit is contained in:
aglkm
2024-08-30 13:45:13 +03:00
parent 78079c208a
commit 821168c18e
4 changed files with 3 additions and 1 deletions

View File

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