/ public / index.html
index.html
 1  <!DOCTYPE html>
 2  <html>
 3    <head>
 4      <meta charset="utf-8">
 5      <meta name="viewport" content="user-scalable=yes,  maximum-scale=1" />
 6      <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
 7      <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
 8      <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
 9      <link rel="manifest" href="/site.webmanifest">
10      <title>ao-3</title>
11    </head>
12    <body>
13      <noscript>
14        <strong> ~~ enable JavaScript to use ao ~~ </strong>
15      </noscript>
16      <div id="ao"></div>
17      <script type="module" src="/src/main.js"></script>
18    </body>
19  </html>