diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="theme-color" content="#4CAF50" /> + <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" /> <title>Kioku</title> </head> <body> |
