You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 年之前
1 年之前
1 年之前
1 年之前
1 年之前
1 年之前
1 年之前
123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Ionic App</title>
  6. <base href="/" />
  7. <meta name="color-scheme" content="light dark" />
  8. <meta
  9. name="viewport"
  10. content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
  11. />
  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. <link rel="preconnect" href="https://fonts.googleapis.com" />
  19. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  20. <link
  21. href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap"
  22. rel="stylesheet"
  23. />
  24. </head>
  25. <body>
  26. <app-root></app-root>
  27. </body>
  28. </html>