summaryrefslogtreecommitdiff
path: root/WebInterface/wasm/webhogg/index.html
diff options
context:
space:
mode:
authornatrixaeria <janng@gmx.de>2019-06-11 20:24:45 +0200
committernatrixaeria <janng@gmx.de>2019-06-11 20:24:45 +0200
commitb21428c0ea29452e3edc5a11f72fa3e614ea617e (patch)
treef8f04744fe61700e59d68eec1de8dc562c1ed689 /WebInterface/wasm/webhogg/index.html
parent8276c94169c7f6027691f124c63b61c815ab15a5 (diff)
Remove the WebInterface directory
and create webhogg project folder
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>