summaryrefslogtreecommitdiffstats
path: root/src/index.html
blob: 7af14ecc310f8782f4dfbfc75659b73a938782d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
    <meta charset="utf-8">
    <title>A&AI UI</title>
    <link rel="stylesheet" href="https://unpkg.com/react-select/dist/react-select.css">
</head>

<body>
<div id="main-app"></div>
</body>

<script src="bundle.js"></script>
</html>