index.html 357 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <link rel="shortcut icon" href="app.ico" type="image/x-icon" />
  7. <title>用完幅度萨芬士大夫</title>
  8. </head>
  9. <body>
  10. <div id="app">
  11. test
  12. </div>
  13. <script src="main.js"></script>
  14. </body>
  15. </html>