summaryrefslogtreecommitdiffstats
path: root/src/index.html
blob: 66c3caeb46250565c6be93842e06062365a975d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>