| 12345678910111213141516171819202122232425262728 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <!-- Standard favicon -->
- <link rel="icon" href="<%= BASE_URL %>favicons/favicon.ico">
- <!-- Favicon for modern browsers -->
- <link rel="icon" type="image/png" sizes="32x32" href="<%= BASE_URL %>favicons/favicon-32x32.png">
- <link rel="icon" type="image/png" sizes="16x16" href="<%= BASE_URL %>favicons/favicon-16x16.png">
- <!-- Apple Touch Icon -->
- <link rel="apple-touch-icon" sizes="180x180" href="<%= BASE_URL %>favicons/apple-touch-icon.png">
- <!-- Android Chrome icons -->
- <link rel="icon" type="image/png" sizes="192x192" href="<%= BASE_URL %>favicons/android-chrome-192x192.png">
- <link rel="icon" type="image/png" sizes="512x512" href="<%= BASE_URL %>favicons/android-chrome-512x512.png">
- <!-- Web Manifest -->
- <link rel="manifest" href="<%= BASE_URL %>favicons/site.webmanifest">
- <title>sub-web</title>
- </head>
- <body>
- <noscript>
- <strong>We're sorry but sub-web doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
- </noscript>
- <div id="app"></div>
- <!-- built files will be auto injected -->
- </body>
- </html>
|