summaryrefslogtreecommitdiffstats
path: root/site/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/index.html')
-rw-r--r--site/index.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/site/index.html b/site/index.html
index 665411b..ace176c 100644
--- a/site/index.html
+++ b/site/index.html
@@ -13,9 +13,12 @@
<div class='flex-col'>
<section>
<h2>arena</h2>
- <canvas id='arena' width='300' height='300'>
- oh no! no canvas support!
- </canvas>
+ <x-arena>
+ <p>fps: <span id='fps'>n/a</span></p>
+ <canvas width='300' height='300'>
+ oh no! no canvas support!
+ </canvas>
+ </x-arena>
<div class='controls'>
<button id='tick'>
@@ -49,7 +52,6 @@
<option>60</option>
</select>
</div> <!-- controls -->
- fps: <span id='fps'>n/a</span>
</section> <!-- arena -->
<section>