index.html 625 B

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>SGC Mobile</title>
  6. <base href="/" />
  7. <meta name="color-scheme" content="light" />
  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="shortcut icon" type="image/x-icon" href="<%= BASE_URL %>img/icons/favicon.ico"/>
  15. </head>
  16. <body>
  17. <div id="app"></div>
  18. </body>
  19. </html>