aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 5302045..f0945fb 100644
--- a/index.html
+++ b/index.html
@@ -6,9 +6,10 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="./libs/kontra.min.js"></script>
<script src="./libs/TinyMusic.min.js"></script>
+ <script src="./libs/jsfxr.js"></script>
<title>js13kgames-template</title>
</head>
-<body onload="Game()">
+<body>
<canvas></canvas>
<script src="public/js/main.js"></script>
</body>