summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-11-05 11:35:34 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-11-05 11:35:34 +0200
commitcd5b98b9a0311caa567be7445ea453ca99281b95 (patch)
tree13591005ed6a83670dcd2e6176c73ab631b4a897 /web
parentdc5081b6a44b576f530955050dd59d6b1bba331f (diff)
Fixed positioning of framerate label
Diffstat (limited to 'web')
-rw-r--r--web/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html
index 05857a0..ffd1f9a 100644
--- a/web/index.html
+++ b/web/index.html
@@ -15,9 +15,9 @@
<div id="sharp-indicator"></div>
</div>
- <canvas id="oscilloscope" width="320" height="300" />
+ <canvas id="oscilloscope" width="320" height="300"></canvas>
- <p>The current framerate is <span id="frame-rate"></span>Hz</p>
+ <p>The current framerate is <span id="frame-rate"></span>FPS</p>
</div>
</body>
</html>