summaryrefslogtreecommitdiff
path: root/WebInterface/wasm/webhogg/index.html
diff options
context:
space:
mode:
authornatrixaeria <janng@gmx.de>2019-06-02 12:36:14 +0200
committernatrixaeria <janng@gmx.de>2019-06-02 12:36:14 +0200
commit08cdc5c6e8310890b1e7102b1fcb68dd5f6009a9 (patch)
tree290253b0eef54384b23dbc54d05f78163cea077f /WebInterface/wasm/webhogg/index.html
parent5ded8b3c6813268dd44afa5a782c55f8a4f5ecae (diff)
Send OffscreenCanvas to graphics worker
Diffstat (limited to 'WebInterface/wasm/webhogg/index.html')
-rw-r--r--WebInterface/wasm/webhogg/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebInterface/wasm/webhogg/index.html b/WebInterface/wasm/webhogg/index.html
index ced7e94..ad951a6 100644
--- a/WebInterface/wasm/webhogg/index.html
+++ b/WebInterface/wasm/webhogg/index.html
@@ -3,7 +3,6 @@
<head>
<meta charset="UTF-8">
<title>webhogg</title>
- <script src='loader.js'></script>
<style>
body {
margin: 0;
@@ -21,4 +20,5 @@
<body>
<canvas id='canvas'></canvas>
</body>
+ <script src='loader.js'></script>
</html>