summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>