initial commit
[browser-rts.git] / public / game.html
1 <!doctype html>
2 <html>
3     <head>
4         <title>Tick City</title>
5         <meta charset="utf-8">
6         <script src="https://unpkg.com/htmx.org@1.7.0" integrity="sha384-EzBXYPt0/T6gxNp0nuPtLkmRpmDBbjg6WmCUZRLXBBwYYmwAUxzlSGej0ARHX0Bo" crossorigin="anonymous" defer></script>
7         <link rel="stylesheet" href="https://fonts.xz.style/serve/inter.css">
8         <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@exampledev/new.css@1.1.2/new.min.css">
9         <link rel="stylesheet" href="/stylesheet.css">
10     </head>
11     <body hx-trigger="load" hx-get="/city">
12     </body>
13 </html>