index.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <!--
  2. =========================================================
  3. * Vue Light Bootstrap Dashboard - v2.0.0 (Bootstrap 4)
  4. =========================================================
  5. * Product Page: http://www.creative-tim.com/product/light-bootstrap-dashboard
  6. * Copyright 2019 Creative Tim (http://www.creative-tim.com)
  7. * Licensed under MIT (https://github.com/creativetimofficial/light-bootstrap-dashboard/blob/master/LICENSE.md)
  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>
  13. <head>
  14. <meta charset="utf-8">
  15. <link rel="apple-touch-icon" sizes="76x76" href="<%= webpackConfig.output.publicPath %>apple-icon.png">
  16. <link rel="icon" type="image/png" sizes="96x96" href="<%= webpackConfig.output.publicPath %>favicon.png">
  17. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  18. <title>Light Bootstrap Dashboard Vue</title>
  19. <!-- Bootstrap core CSS -->
  20. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
  21. <!-- Fonts and icons -->
  22. <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
  23. <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,200" rel="stylesheet" />
  24. </head>
  25. <body>
  26. <div id="app"></div>
  27. <!-- built files will be auto injected -->
  28. </body>
  29. </html>