diff options
Diffstat (limited to 'WebInterface/wasm/webhogg/index.html')
-rw-r--r-- | WebInterface/wasm/webhogg/index.html | 2 |
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> |