-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
24 lines (24 loc) · 928 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CrazyGuessr</title>
<meta
name="description"
content="Enhance your GeoGuessr skills with our unique Training Cards games, collection of tips and GeoGuessr maps. Get better at GeoGuessr quickly with powerful tools, all available for free on our open-source platform."
/>
<link rel="icon" href="/src/assets/icons/brands/cg_logo.svg" type="image/svg+xml" />
<script
defer
src="https://analytics.myrwan.org/script.js"
data-website-id="999d0a99-6e62-4d84-81ed-10f4e3099802"
></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- Here's Blockonomics Payment Widget JS -->
<script src="https://blockonomics.co/js/pay_widget.js"></script>
</body>
</html>