-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (24 loc) · 889 Bytes
/
index.html
File metadata and controls
25 lines (24 loc) · 889 Bytes
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" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="First UK - Robot Simulator" />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<!-- preconnect improves web font loading performance -->
<link rel="preconnect" href="https://use.typekit.net" />
<link rel="stylesheet" href="https://use.typekit.net/ggn5iel.css" />
<title>First UK - Robot Simulator</title>
</head>
<body>
<div id="root"></div>
<script
src="https://kit.fontawesome.com/0f8c799ba9.js"
crossorigin="anonymous"
></script>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>