/ client / index.html
index.html
 1  <!doctype html>
 2  <html lang="en">
 3    <head>
 4      <meta charset="utf-8" />
 5      <meta name="viewport" content="width=device-width, initial-scale=1" />
 6      <meta name="theme-color" content="#DC7734" />
 7      <meta name="description" content="Spoolman - Keep track of your inventory of 3D-printer filament spools." />
 8      <meta name="robots" content="noindex,nofollow" />
 9      <meta name="apple-mobile-web-app-capable" content="yes" />
10      <script type="text/javascript" src="./config.js"></script>
11      <title>Spoolman</title>
12    </head>
13  
14    <body>
15      <noscript>You need to enable JavaScript to run this app.</noscript>
16      <div id="root"></div>
17      <script type="module" src="/src/index.tsx"></script>
18    </body>
19  </html>