aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/static/index.html
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-22 02:18:06 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-22 02:18:06 -0500
commit16f9dfd4a1a1989c06d8e5d88a23d306c0813b68 (patch)
treed930db439b08e5b3b206f6005fb6cf10e395e658 /teleterm/static/index.html
parent7d2300ff8cd4cc7c8e64f2d13dea66411e0de9fb (diff)
downloadteleterm-16f9dfd4a1a1989c06d8e5d88a23d306c0813b68.tar.gz
teleterm-16f9dfd4a1a1989c06d8e5d88a23d306c0813b68.zip
start using seed on the web side
Diffstat (limited to 'teleterm/static/index.html')
-rw-r--r--teleterm/static/index.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/teleterm/static/index.html b/teleterm/static/index.html
index 58a7c36..2b8e30e 100644
--- a/teleterm/static/index.html
+++ b/teleterm/static/index.html
@@ -1,12 +1,10 @@
<!doctype html>
<html>
- <head>
+ <body>
+ <section id="app"></section>
<script type="module">
import init from "./teleterm_web.js";
init();
</script>
- </head>
- <body>
- <h1>it's a page</h1>
</body>
</html>