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 ce09537..ced7e94 100644 --- a/WebInterface/wasm/webhogg/index.html +++ b/WebInterface/wasm/webhogg/index.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> <title>webhogg</title> - <script src='loader.js' type='module'></script> + <script src='loader.js'></script> <style> body { margin: 0; |