Нет описания

index.html 958B

123456789101112131415161718192021222324252627
  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 name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
  9. <meta name="format-detection" content="telephone=no"/>
  10. <meta name="msapplication-tap-highlight" content="no"/>
  11. <link rel="icon" type="image/png" href="assets/icon/favicon.png"/>
  12. <!-- add to homescreen for ios -->
  13. <meta name="apple-mobile-web-app-capable" content="yes"/>
  14. <meta name="apple-mobile-web-app-status-bar-style" content="black"/>
  15. <link rel="stylesheet" href="styles.css"></head>
  16. <body>
  17. <app-root></app-root>
  18. <script src="runtime.js" type="module"></script><script src="polyfills.js" type="module"></script><script src="vendor.js" type="module"></script><script src="main.js" type="module"></script></body>
  19. </html>