aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/static/index.html
diff options
context:
space:
mode:
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>