aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-01 14:32:26 +0900
committernsfisis <nsfisis@gmail.com>2026-02-01 14:32:26 +0900
commitae854335dd2f059bb3fcbb35a7c200f9047b96c5 (patch)
treeee844818881dbb8d0038ef5a5f97bcac6155df20 /index.html
parent620b4763b0331e5acf9784ce15318caa63c4facf (diff)
downloadkioku-ae854335dd2f059bb3fcbb35a7c200f9047b96c5.tar.gz
kioku-ae854335dd2f059bb3fcbb35a7c200f9047b96c5.tar.zst
kioku-ae854335dd2f059bb3fcbb35a7c200f9047b96c5.zip
feat(pwa): add icons
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index eca0307..d6f21b6 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@
<meta name="theme-color" content="#1a535c" />
<meta name="description" content="A spaced repetition learning app" />
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
- <link rel="apple-touch-icon" href="/icon.svg" />
+ <link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<title>Kioku</title>
</head>
<body>