/ pages / options / index.html
index.html
 1  <!doctype html>
 2  <html lang="en">
 3    <head>
 4      <meta charset="UTF-8" />
 5      <title>Options</title>
 6    </head>
 7  
 8    <body>
 9      <div id="app-container"></div>
10      <script type="module" src="./src/index.tsx"></script>
11    </body>
12  </html>