diff options
| author | brian cully <bjc@spork.org> | 2025-12-24 11:55:01 -0500 |
|---|---|---|
| committer | brian cully <bjc@spork.org> | 2025-12-24 11:55:01 -0500 |
| commit | 826e3d959d2339af285cc3417315efe16a8ff07d (patch) | |
| tree | 5409c0d823b81ae0a4349090d9380615cbded830 /site/index.html | |
| parent | fdd715f4e610ae68dcb5310c37cebfbf383b1a4c (diff) | |
| download | automathon-826e3d959d2339af285cc3417315efe16a8ff07d.tar.gz automathon-826e3d959d2339af285cc3417315efe16a8ff07d.zip | |
part 2: move core logic to game module, which owns robos
Diffstat (limited to 'site/index.html')
| -rw-r--r-- | site/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/index.html b/site/index.html index ace176c..a935339 100644 --- a/site/index.html +++ b/site/index.html @@ -10,7 +10,7 @@ <body> <h1>automathon</h1> - <div class='flex-col'> + <x-game> <section> <h2>arena</h2> <x-arena> @@ -97,7 +97,7 @@ </details> <!-- scope --> </x-inspector> </section> - </div> + </x-game> <script src='./main.mjs' type='module'></script> |
