index.html 173 B

123456789
  1. <html>
  2. <head>
  3. <script src="/require.js"></script>
  4. </head>
  5. <body>
  6. <div id="app"></div>
  7. <script type="module" src="./src/main.js"></script>
  8. </body>
  9. </html>