index.html 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>影迹寻踪</title>
  6. <link rel="stylesheet" href="https://cdn.bootcdn.net/ajax/libs/Swiper/7.0.9/swiper-bundle.min.css">
  7. <!-- swiper -->
  8. <!-- <link rel="stylesheet" href="assets/swiper/swiper.min.css"> -->
  9. <base href="/" />
  10. <meta name="color-scheme" content="light dark" />
  11. <meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
  12. <meta name="format-detection" content="telephone=no" />
  13. <meta name="msapplication-tap-highlight" content="no" />
  14. <link rel="icon" type="image/png" href="assets/icon/favicon.png" />
  15. <!-- add to homescreen for ios -->
  16. <meta name="apple-mobile-web-app-capable" content="yes" />
  17. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  18. </head>
  19. <body>
  20. <script src="https://cdn.bootcdn.net/ajax/libs/Swiper/7.0.9/swiper-bundle.min.js"></script>
  21. <app-root></app-root>
  22. </body>
  23. </html>