index.html

 1<!doctype html>
 2<html lang="en">
 3  <head>
 4    <meta charset="UTF-8" />
 5    <meta
 6      name="viewport"
 7      content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
 8    />
 9    <meta name="theme-color" content="#1f2937" />
10    <meta name="apple-mobile-web-app-capable" content="yes" />
11    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
12    <meta name="apple-mobile-web-app-title" content="Shelley" />
13    <link rel="manifest" href="/manifest.json" crossorigin="use-credentials" />
14    <link rel="apple-touch-icon" href="/apple-touch-icon.png" />
15    <title>Shelley Agent</title>
16    <link rel="stylesheet" href="/styles.css" />
17    <link rel="stylesheet" href="/main.css" />
18  </head>
19  <body>
20    <div id="root"></div>
21    <script type="module" src="/main.js"></script>
22  </body>
23</html>