-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (33 loc) · 1.29 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!doctype html>
<html lang="en">
<head>
<base href="%VITE_APP_BASE_URL%">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Add German to Wanikani." />
<meta property="og:title" content="Doitsukani" />
<meta property="og:description" content="Add German to Wanikani." />
<meta property="og:image" content="https://ia.media-imdb.com/images/rock.jpg" />
<link rel="icon" type="image/png" sizes="16x16" href="favicon_16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_32x32.png">
<link rel="icon" type="image/png" sizes="48x48" href="favicon_48x48.png">
<link rel="icon" type="image/png" sizes="192x192" href="favicon_192x192.png">
<title>Doitsukani</title>
</head>
<body>
<div id="root"></div>
<div align="center">
<a
class="github-button"
href="https://github.com/eickler/doitsukani"
data-color-scheme="no-preference: light; light: light; dark: dark;"
data-size="large"
aria-label="View on GitHub"
>
View on Github
</a>
</div>
<script type="module" src="/src/main.tsx"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>