index.html 235 B

1234567891011
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <link href="./bundle.css" rel="stylesheet" />
  6. <link href="./global.css" rel="stylesheet" />
  7. </head>
  8. <body>
  9. <script src="./index.js"></script>
  10. </body>
  11. </html>