index.html 373 B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
  5. <meta content="utf-8" http-equiv="encoding" />
  6. <link rel="icon" href="./images/favicon.ico" />
  7. <link rel="stylesheet" href="./css/index.css" />
  8. </head>
  9. <body>
  10. <div id="app" class="page-container"></div>
  11. <script src="./app.js" type="module"></script>
  12. </body>
  13. </html>