Add icons
BIN
icons/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
icons/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
icons/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
9
icons/browserconfig.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/icons/mstile-150x150.png"/>
|
||||
<TileColor>#ffc40d</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
BIN
icons/favicon-16x16.png
Normal file
After Width: | Height: | Size: 971 B |
BIN
icons/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
icons/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
18
icons/manifest.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/icons/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
BIN
icons/mstile-150x150.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
8
icons/safari-pinned-tab.svg
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0"
|
||||
xmlns="http://www.w3.org/2000/svg" width="16.000000pt" height="16.000000pt" viewBox="0 0 16.000000 16.000000" preserveAspectRatio="xMidYMid meet">
|
||||
<g transform="translate(0.000000,16.000000) scale(0.003125,-0.003125)" fill="#000000" stroke="none">
|
||||
<path d="M2368 4790 c-216 -27 -440 -111 -624 -233 -335 -223 -558 -550 -645-948 -20 -87 -23 -133 -23 -279 0 -157 2 -186 26 -280 29 -115 93 -312 140-430 42 -106 174 -403 206 -464 l27 -51 5 -455 5 -455 242 -3 243 -2 93 -158c209 -349 412 -667 441 -692 26 -21 90 -19 115 4 11 10 45 58 75 105 29 47104 167 167 266 62 99 134 216 159 260 26 44 85 143 130 220 353 598 640 1178780 1574 64 184 98 316 112 446 28 246 -43 567 -178 814 -135 245 -380 483-624 606 -220 111 -393 154 -635 160 -93 2 -200 0 -237 -5z m-198 -1170 l5-675 27 -78 c34 -93 63 -142 114 -186 47 -42 84 -57 166 -71 172 -27 331 62412 230 l31 65 5 695 5 695 316 3 317 2 6 -1047 c3 -577 7 -1064 8 -1083 l3-35 -272 -3 c-150 -1 -273 -1 -274 0 -1 2 -8 75 -18 163 -15 147 -18 160 -37163 -15 2 -32 -14 -68 -67 -67 -99 -159 -181 -255 -229 -101 -51 -171 -65-285 -60 -109 5 -192 38 -252 99 -36 36 -67 49 -78 31 -2 -4 0 -75 5 -157 20-350 39 -723 39 -777 l0 -58 -280 0 -280 0 0 1530 0 1530 318 -2 317 -3 5-675z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
18
index.php
@ -57,6 +57,24 @@
|
||||
<title><?= $lang["title"] ?></title>
|
||||
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
|
||||
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="icons/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="icons/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="icons/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="icons/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="icons/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="icons/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="icons/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="icons/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="icons/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="icons/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
|
||||
<link rel="manifest" href="icons/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="icons/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="css/main.css">
|
||||
<script>
|
||||
var interval = '<?= $config::$interval ?>';
|
||||
|