index.html 829 B

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <!-- Swiper轮播图样式 -->
  5. <link rel="stylesheet" href="assets/swiper/swiper.min.css">
  6. <meta charset="utf-8" />
  7. <title>Ionic App</title>
  8. <base href="/" />
  9. <meta name="color-scheme" content="light dark" />
  10. <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" />
  11. <meta name="format-detection" content="telephone=no" />
  12. <meta name="msapplication-tap-highlight" content="no" />
  13. <link rel="icon" type="image/png" href="assets/icon/favicon.png" />
  14. <!-- add to homescreen for ios -->
  15. <meta name="apple-mobile-web-app-capable" content="yes" />
  16. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  17. </head>
  18. <body>
  19. <app-root></app-root>
  20. </body>
  21. </html>