extremely claude-assisted go game based on atproto! working on cleaning up and giving a more unique design, still has a bit of a slop vibe to it.
1<!doctype html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <link rel="icon" href="%sveltekit.assets%/favicon.png" />
6 <meta name="viewport" content="width=device-width, initial-scale=1" />
7 <link rel="preconnect" href="https://fonts.googleapis.com" />
8 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
9 <link
10 href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
11 rel="stylesheet"
12 />
13 <script type="module" src="https://unpkg.com/actor-typeahead@latest/actor-typeahead.js"></script>
14 %sveltekit.head%
15 </head>
16 <body data-sveltekit-preload-data="hover">
17 <div style="display: contents">%sveltekit.body%</div>
18 </body>
19</html>