summaryrefslogtreecommitdiff
path: root/WebInterface/wasm/asm-paint/index.html
diff options
context:
space:
mode:
authorDennis Kobert <d-kobert@web.de>2019-05-31 04:18:45 +0200
committerDennis Kobert <d-kobert@web.de>2019-05-31 04:18:45 +0200
commit15ebdb46e906aceef5cea09e2db63650e66369d1 (patch)
tree7fd5a716b10b835ebcc961142130a3bdba6bf2f1 /WebInterface/wasm/asm-paint/index.html
parent3f539662518609390964c60acf2f38d9a08aee6d (diff)
parenta6d2d62fae44b6d8c96e51055f7222bc679efc48 (diff)
Merge branch 'wasm' of github.com:TrueDoctor/DiscoBot into wasm
Diffstat (limited to 'WebInterface/wasm/asm-paint/index.html')
-rw-r--r--WebInterface/wasm/asm-paint/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/WebInterface/wasm/asm-paint/index.html b/WebInterface/wasm/asm-paint/index.html
index 46be213..c4f3734 100644
--- a/WebInterface/wasm/asm-paint/index.html
+++ b/WebInterface/wasm/asm-paint/index.html
@@ -4,7 +4,21 @@
<meta charset="UTF-8">
<title> Scribblio </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>