index.html 253 B

123456789101112
  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>实现简单的 CMD 模块加载器</title>
  6. </head>
  7. <body>
  8. <script src="./fakeSea.js"></script>
  9. <script src="./say.js"></script>
  10. <script src="./main.js"></script>
  11. </body>
  12. </html>