123456789101112131415161718192021222324 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8" />
- <title>SGC Mobile</title>
- <base href="/" />
- <meta name="color-scheme" content="light" />
- <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"
- />
- <meta name="format-detection" content="telephone=no" />
- <meta name="msapplication-tap-highlight" content="no" />
- <link rel="shortcut icon" type="image/x-icon" href="<%= BASE_URL %>img/icons/favicon.ico"/>
- </head>
- <body>
- <div id="app"></div>
- </body>
- </html>
|