-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (40 loc) · 1.66 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
36
37
38
39
40
<!DOCTYPE html>
<html
class="h-auto min-h-full"
lang="en"
>
<head>
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="manifest" href="/manifest.webmanifest">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta
name="description"
content="Estonian-English dictionary. A lot of Estonian words from Wiktionary with etylomologies and declension tables."
>
<meta property="og:title" content="Estonian dictionary">
<meta
property="og:description"
content="Estonian-English dictionary. A lot of Estonian words from Wiktionary with etylomologies and declension tables."
>
<meta property="og:image" content="https://super16.github.io/eesti/card.png">
<meta property="og:url" content="https://super16.github.io/eesti/">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Estonian dictionary">
<meta
name="twitter:description"
content="Estonian-English dictionary. A lot of Estonian words from Wiktionary with etylomologies and declension tables."
>
<meta name="twitter:creator" content="@doXcrimes">
<meta name="twitter:image" content="https://super16.github.io/eesti/twitter-card.png">
<meta name="twitter:image:alt" content="Estonian dictionary">
<script type="module" src="/src/main.ts"></script>
<title>Estonian dictionary</title>
</head>
<body
id="app"
class="border-8 border-black flex flex-col h-full lg:h-screen min-h-screen scroll-smooth"
></body>
</html>