-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (23 loc) · 858 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
26
27
<!doctype html>
<html lang="en">
<head>
<!-- Google Analytics TODO -->
<!-- Basic -->
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="My Bike Ride Map" />
<title>My Bike Ride Map</title>
<!-- Preview -->
<meta property="og:title" content="My Bike Ride Map" />
<meta property="og:description" content="map of my bike rides" />
<meta property="og:url" content="TODO" />
<!-- <meta property="og:image" content="/Preview.png" /> TODO -->
<!-- Icon for favorites -->
<!-- <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> TODO -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>