-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (24 loc) · 1.06 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Drink?</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="author" content="Kasper Rynning-Tønnesen" />
<meta name="description" content="A drinking game!" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta property="og:image" content="http://etys.no/assets/favicon.png" />
<meta property="og:url" content="http://etys.no" />
<meta property="og:title" content="Drink?" />
<meta property="og:description" content="A drinking game!" />
<meta property="og:type" content="website" />
<link rel="icon" id="favicon" type="image/png" href="/assets/favicon.png" />
<link rel="stylesheet" href="src/styles/index.css" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>