-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
43 lines (43 loc) · 1.34 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
41
42
43
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="description"
content="Cram for your exam by doing multiple choice quizzes from old exams!"
/>
<meta
property="og:description"
content="Cram for your exam by doing multiple choice quizzes from old exams!"
/>
<link rel="author" href="https://plus.google.com/u/0/+MatsByrkjeland" />
<meta property="og:title" content="Kramster!" />
<meta property="og:site_name" content="Kramster!" />
<meta property="og:url" content="http://kramster.it" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<title>Kramster!</title>
<base href="/" />
<link
rel="apple-touch-icon-precomposed"
href="assets/apple-touch-icon-precomposed.png"
/>
<link rel="icon" type="image/png" href="assets/favicon.png" />
<link rel="manifest" href="/manifest.json" />
<link
href="https://fonts.googleapis.com/css?family=Fredoka+One"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans"
rel="stylesheet"
/>
</head>
<body>
<div id="app" />
<script type="module" src="/src/main.tsx"></script>
</body>
</html>