index.html 680 B

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html lang="">
  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. <meta name="referrer" content="no-referrer" />
  8. <link rel="icon" href="<%= BASE_URL %>logo.png">
  9. <title>
  10. <%= VUE_APP_WEB_TITLE %>
  11. </title>
  12. </head>
  13. <body>
  14. <noscript>
  15. <strong>We're sorry but <%= VUE_APP_WEB_TITLE %> doesn't work properly without JavaScript enabled. Please enable it
  16. to continue.</strong>
  17. </noscript>
  18. <div id="app"></div>
  19. <!-- built files will be auto injected -->
  20. </body>
  21. <style>
  22. body {
  23. padding: 0;
  24. margin: 0;
  25. }
  26. </style>
  27. </html>