summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2022-03-31 10:58:05 +0200
committerMatěj Cepl <mcepl@cepl.eu>2022-03-31 10:58:05 +0200
commit1243d7616874d26d1da814b8d6549d05d72cf06b (patch)
treec6bcce6301861631fcbf2bb30c93f77af1374083 /index.html
parentb5a9f3d33c6fbc1a016b1360325021235c23c7cc (diff)
downloadzalmy-1243d7616874d26d1da814b8d6549d05d72cf06b.tar.gz
Convert into a proper web application according to the 2022 fashion.
Thanks to https://favicon.io/favicon-converter/ for generating all icons.
Diffstat (limited to 'index.html')
-rw-r--r--index.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/index.html b/index.html
index 039ce56..d73e722 100644
--- a/index.html
+++ b/index.html
@@ -8,13 +8,12 @@
"width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes"
name="viewport">
<title>Žalmy</title>
- <link rel="stylesheet" type="text/css" href="style/basic.css">
- <link rel="icon" type="image/x-icon" href="favicon.ico">
- <link rel="manifest" type="application/manifest+json." href=
- "/zalmy.manifest">
- <script data-main="config" type="text/javascript" src=
- "require.js">
- </script>
+ <link rel="stylesheet" type="text/css" href="screen.css">
+ <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
+ <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
+ <link rel="manifest" href="/site.webmanifest">
+ <script data-main="config" type="text/javascript" src="require.js"></script>
<style>
p {
margin-top: 0;