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 %sveltekit.head%
14 </head>
15 <body data-sveltekit-preload-data="hover">
16 <div style="display: contents">%sveltekit.body%</div>
17 </body>
18</html>