summaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
new file mode 100644
index 0000000..66c3cae
--- /dev/null
+++ b/src/index.html
@@ -0,0 +1,12 @@
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>A&AI UI</title>
+</head>
+
+<body>
+<div id="main-app"></div>
+</body>
+
+<script src="bundle.js"></script>
+</html>