summary refs log tree commit diff
path: root/ui/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'ui/index.html')
-rw-r--r--ui/index.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/ui/index.html b/ui/index.html
index 077ce1c..3c05268 100644
--- a/ui/index.html
+++ b/ui/index.html
@@ -1,7 +1,11 @@
 <!doctype html>
 <html>
+  <head>
+    <meta charset="UTF-8"/>
+    <meta name="viewport" content="width=device-width,initial-scale=1.0"/>
+  </head>
   <body>
-    <p>Minimum viable binary!</p>
-    <p>I think hot-reloading even works?</p>
+    <div id="react_root_target"/>
+    <script type="module" src="/index.tsx"></script>
   </body>
 </html>