summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-06-15 17:04:28 +0100
committerpommicket <pommicket@gmail.com>2023-06-15 17:04:28 +0100
commit079b02d0bda3c18849ef8b49d4acc0e3937c133f (patch)
treeedd6e0768d69f4989975edae3c55d8609d8cee23 /index.html
parentef864f352c8c2fef5b34e9129d5c8c4870e5e5db (diff)
fixed that problem wher it wasnt working
Diffstat (limited to 'index.html')
-rw-r--r--index.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/index.html b/index.html
index 8682e4d..74ab471 100644
--- a/index.html
+++ b/index.html
@@ -56,11 +56,18 @@
<body>
<script src="fractiform.js" type="text/javascript"></script>
-
<div id="page">
+ <noscript>
+ <p>
+ This page requires JavaScript to function.<br>
+ Try using a modern browser such as <em>Netscape Navigator</em>&reg;.
+ </p>
+ </noscript>
<canvas id="canvas">
- Your browser doesn't support &lt;canvas&gt;<br>
- This page won't work for you.
+ <p>
+ Your browser doesn't support HTML5 &lt;canvas&gt;.<br>
+ This page won't work for you.
+ </p>
</canvas>
<canvas id="ui-canvas"></canvas>
</div>