diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 12 |
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> |