index.html 571 B

1234567891011121314151617181920212223
  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"
  7. content="width=device-width, initial-scale=1.0, user-scalable=yes">
  8. <meta name="keywords" content="">
  9. <meta name="description" content="">
  10. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  11. </head>
  12. <body>
  13. <noscript>
  14. <strong>We're sorry but the web site doesn't work
  15. properly without JavaScript enabled. Please enable it to
  16. continue.</strong>
  17. </noscript>
  18. <div id="app"></div>
  19. </body>
  20. </html>