summaryrefslogtreecommitdiff
path: root/dist/index.html
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-01-29 10:47:21 -0500
committerjules <jules@okfoc.us>2014-01-29 10:47:21 -0500
commit1e0a45507ef0956c290547c44b8bb66a5e1e8b6f (patch)
tree7739420bf847f716801cc34de394510f94a76464 /dist/index.html
parent34c7b31ec1e4a39ec7f86e4116956d5701fa02bd (diff)
load js BEFORE closing body tag
Diffstat (limited to 'dist/index.html')
-rw-r--r--dist/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/index.html b/dist/index.html
index 9c674be..0d3e16f 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -128,7 +128,6 @@ a { color: #00f; }
</div>
<div id="workspace"></div>
<div id="instructions"><iframe src="instructions.html"></iframe><button class="close">&times;</button></div>
-<script type="text/javascript" src="app.concat.js"></script></body>
<script type="text/html" id="shader-gallery-template">
<span><img src="{thumbnail_url}"></span>
{name} - {username}
@@ -137,4 +136,5 @@ a { color: #00f; }
<button class="remove">x</button>
<span class="frame"></span>
</script>
+<script type="text/javascript" src="app.concat.js"></script></body>
</html>