-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
25 lines (25 loc) · 955 Bytes
/
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" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Root Automated Setup</title>
<meta
name="description"
content="Automate the Advanced Setup process for Leder Games popular board game Root"
/>
<link rel="icon" href="/src/images/favicon.ico" />
<link rel="apple-touch-icon" href="/src/images/apple-touch-icon.png" sizes="180x180" />
<link rel="mask-icon" href="/src/images/mask-icon.svg" color="#2C2E35" />
<meta name="theme-color" content="#2C2E35" />
<link href="/node_modules/@csstools/normalize.css" rel="stylesheet" />
<link href="/src/index.scss" rel="stylesheet" />
</head>
<body>
<div id="root">
<div class="loading"></div>
<noscript>You need to enable JavaScript to run this app</noscript>
</div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>