feat(html): added favicons and main.css integrity hash
This commit is contained in:
BIN
app/ui/static/images/apple-touch-icon.png
Normal file
BIN
app/ui/static/images/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.6 KiB |
BIN
app/ui/static/images/favicon-16x16.png
Normal file
BIN
app/ui/static/images/favicon-16x16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 605 B |
BIN
app/ui/static/images/favicon-32x32.png
Normal file
BIN
app/ui/static/images/favicon-32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
@@ -11,7 +11,7 @@
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/static/images/favicon-16x16.png">
|
||||
<link rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'" href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap">
|
||||
<link rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/static/css/main.css" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/static/css/main.css" crossorigin="anonymous" integrity="sha384-fkK5tYaqbiUHGwmnlK0EawjBjKHQW0raxLDNOyZDFdHQL819ZrrviEpqz6P53tyX">
|
||||
</head>
|
||||
<body>
|
||||
{% for message in get_flashed_messages() %}
|
||||
|
||||
Reference in New Issue
Block a user