-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
30 lines (28 loc) · 1.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-D5CMRE0YP4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-D5CMRE0YP4');
</script>
<meta charset="utf-8" />
<link rel="icon" id="favicon" type="image/png" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="Description" content="Play two to eight player Carcassonne against friends for free. Optimized for desktop and mobile."/>
<link rel="stylesheet" href="https://use.typekit.net/fho5kpw.css">
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" href="/carcassonne.png"/>
<link rel="manifest" href="/manifest.json"/>
<title>Carcassonne - Play Carcassonne Online</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>