Live location tracking and playback for the game "manhunt"
1<!doctype html>
2<html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6 <title>Man Hunt</title>
7 <script type="module" src="/src/main.tsx"></script>
8 <link rel="stylesheet" href="/src/style.css" />
9 </head>
10
11 <body id="root"></body>
12</html>