added a favicon
This commit is contained in:
parent
fd7dc36b52
commit
e5a43b49b3
@ -129,9 +129,11 @@ td {
|
||||
border: 1px solid black;
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
.tdimage {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.tdimage > img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@ -140,3 +142,7 @@ td {
|
||||
.error{
|
||||
color: #ff1111;
|
||||
}
|
||||
a:link { text-decoration: none; }
|
||||
a:visited { text-decoration: none; }
|
||||
a:hover { text-decoration: none; }
|
||||
a:active { text-decoration: none; }
|
||||
|
BIN
library/static/icons/android-chrome-192x192.png
Normal file
BIN
library/static/icons/android-chrome-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
library/static/icons/android-chrome-512x512.png
Normal file
BIN
library/static/icons/android-chrome-512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
BIN
library/static/icons/apple-touch-icon.png
Normal file
BIN
library/static/icons/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
library/static/icons/favicon-16x16.png
Normal file
BIN
library/static/icons/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 696 B |
BIN
library/static/icons/favicon-32x32.png
Normal file
BIN
library/static/icons/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
library/static/icons/favicon.ico
Normal file
BIN
library/static/icons/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
1
library/static/icons/site.webmanifest
Normal file
1
library/static/icons/site.webmanifest
Normal file
@ -0,0 +1 @@
|
||||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
@ -7,6 +7,11 @@
|
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/dropdown.css')}}">
|
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/bookmark.css')}}">
|
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/upload.css')}}">
|
||||
<link rel="shortcut icon" href="{{ url_for('static', filename='icons/favicon.ico') }}">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ url_for('static', filename='icons/apple-touch-icon.png')}}">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', filename='icons/favicon-32x32.png')}}">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ url_for('static', filename='icons/favicon-16x16.png')}}">
|
||||
<link rel="manifest" href="{{ url_for('static', filename='icons/site.webmanifest')}}">
|
||||
</head>
|
||||
<body>
|
||||
<div id="cloud"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user