aboutsummaryrefslogtreecommitdiffstats
path: root/static/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html
new file mode 100644
index 0000000..58a7c36
--- /dev/null
+++ b/static/index.html
@@ -0,0 +1,12 @@
+<!doctype html>
+<html>
+ <head>
+ <script type="module">
+ import init from "./teleterm_web.js";
+ init();
+ </script>
+ </head>
+ <body>
+ <h1>it's a page</h1>
+ </body>
+</html>