summaryrefslogtreecommitdiffstats
path: root/snek.html
diff options
context:
space:
mode:
Diffstat (limited to 'snek.html')
-rw-r--r--snek.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/snek.html b/snek.html
index 70b2504..072079c 100644
--- a/snek.html
+++ b/snek.html
@@ -4,11 +4,10 @@
<head>
<title> ANGRY SNEK </title>
<meta charset="utf-8">
- <script src="snek.js"></script>
<link rel="stylesheet" href="snek.css">
</head>
-<body onload="main()">
+<body>
<noscript>
<pre>
_____________________
@@ -31,6 +30,7 @@
</pre>
</noscript>
<canvas id="canvas1"></canvas>
+ <script src="snek.js"></script>
</body>
</html>