summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authoruakci <git@uakci.space>2024-04-13 13:48:55 +0000
committeruakci <git@uakci.space>2024-04-13 13:48:55 +0000
commit7d14ee03e9fdad3736f14748115ad5a55c0dcd53 (patch)
treed9cf89e7bfa9b82a7551197cfb4a853c7826313a /static
downloadrunicity-main.tar.gz
runicity-main.zip
Diffstat (limited to 'static')
-rw-r--r--static/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html
new file mode 100644
index 0000000..9f4f3b6
--- /dev/null
+++ b/static/index.html
@@ -0,0 +1,13 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8" />
+ </head>
+
+ <body>
+ <label for="input">Input:</label>
+ <input id="input" type="text" />
+ <canvas id="canvas" width="4000" height="200"></canvas>
+ <script src="./index.js" type="module"></script>
+ </body>
+</html>