Initial coomit for AAI-UI(sparky-fe)
[aai/sparky-fe.git] / src / index.html
diff --git a/src/index.html b/src/index.html
new file mode 100644 (file)
index 0000000..66c3cae
--- /dev/null
@@ -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>