diff options
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> |
