Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

30 lignes
910 B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8"/>
  5. <title> KXIP 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="manifest" href="manifest.webmanifest">
  16. <meta name="theme-color" content="#ED1C24">
  17. </head>
  18. <body>
  19. <app-root></app-root>
  20. <noscript>Please enable JavaScript to continue using this application.</noscript>
  21. </body>
  22. </html>