aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorIndrajith K L2018-08-12 17:52:54 +0530
committerIndrajith K L2018-08-12 17:52:54 +0530
commit0193315dd52bf763d7b8f570039cd1771b2e725c (patch)
tree1e1b90862c11d7a2e7749789aaf6cb45765114d8 /index.html
parentdb47cb139e2677fb0d57f7c5fd5198d76ee2ca56 (diff)
downloadjs13kgames-template-0193315dd52bf763d7b8f570039cd1771b2e725c.tar.gz
js13kgames-template-0193315dd52bf763d7b8f570039cd1771b2e725c.tar.bz2
js13kgames-template-0193315dd52bf763d7b8f570039cd1771b2e725c.zip
:arrow_up: :gem:
* Support ES6 * Integrates jsfxr
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>