summaryrefslogtreecommitdiff
path: root/WebInterface/wasm/webhogg/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebInterface/wasm/webhogg/index.html')
-rw-r--r--WebInterface/wasm/webhogg/index.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/WebInterface/wasm/webhogg/index.html b/WebInterface/wasm/webhogg/index.html
deleted file mode 100644
index ad951a6..0000000
--- a/WebInterface/wasm/webhogg/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <meta charset="UTF-8">
- <title>webhogg</title>
- <style>
- body {
- margin: 0;
- background: black;
- }
- #canvas {
- width: 100%;
- height: 100%;
- }
- img {
- background: violet;
- }
- </style>
- </head>
- <body>
- <canvas id='canvas'></canvas>
- </body>
- <script src='loader.js'></script>
-</html>