index.html 766 B

12345678910111213141516171819
  1. <!doctype html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" type="image/svg+xml" href="/logo.svg" />
  6. <link rel="manifest" href="/manifest.webmanifest" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
  8. <meta name="theme-color" content="#165dff" />
  9. <meta name="apple-mobile-web-app-capable" content="yes" />
  10. <meta name="apple-mobile-web-app-status-bar-style" content="default" />
  11. <meta name="apple-mobile-web-app-title" content="RunForge" />
  12. <link rel="apple-touch-icon" href="/logo.svg" />
  13. <title>RunForge - 智能校园乐跑平台</title>
  14. </head>
  15. <body>
  16. <div id="app"></div>
  17. <script type="module" src="/src/main.js"></script>
  18. </body>
  19. </html>