index.html 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!--
  2. =========================================================
  3. * Vuetify Material Dashboard - v2.1.0
  4. =========================================================
  5. * Product Page: https://www.creative-tim.com/product/vuetify-material-dashboard
  6. * Copyright 2019 Creative Tim (https://www.creative-tim.com)
  7. * Coded by Creative Tim
  8. =========================================================
  9. * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  10. -->
  11. <!DOCTYPE html>
  12. <html lang="en">
  13. <head>
  14. <meta charset="utf-8">
  15. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  16. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  17. <link rel="icon" href="<%= BASE_URL %>favicon.png">
  18. <title>Vuetify Material Dashboard - by Creative Tim</title>
  19. <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"> -->
  20. <!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"> -->
  21. </head>
  22. <body>
  23. <noscript>
  24. <strong>We're sorry but material doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  25. </noscript>
  26. <div id="app"></div>
  27. <!-- built files will be auto injected -->
  28. </body>
  29. </html>