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, 24 insertions, 0 deletions
diff --git a/WebInterface/wasm/webhogg/index.html b/WebInterface/wasm/webhogg/index.html
new file mode 100644
index 0000000..ce09537
--- /dev/null
+++ b/WebInterface/wasm/webhogg/index.html
@@ -0,0 +1,24 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <title>webhogg</title>
+ <script src='loader.js' type='module'></script>
+ <style>
+ body {
+ margin: 0;
+ background: black;
+ }
+ #canvas {
+ width: 100%;
+ height: 100%;
+ }
+ img {
+ background: violet;
+ }
+ </style>
+ </head>
+ <body>
+ <canvas id='canvas'></canvas>
+ </body>
+</html>