index.html 1.3 KB

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