summaryrefslogtreecommitdiff
path: root/input/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'input/index.html')
-rw-r--r--input/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/input/index.html b/input/index.html
new file mode 100644
index 0000000..714932f
--- /dev/null
+++ b/input/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8" />
+ <title>WUI - input</title>
+ <style>
+ </style>
+ </head>
+ <body>
+ <script type="module" src="/input/example.js"></script>
+ </body>
+</html>