index.html 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!--
  2. =========================================================
  3. * Vue Paper Dashboard - v2.0.0
  4. =========================================================
  5. * Product Page: http://www.creative-tim.com/product/paper-dashboard
  6. * Copyright 2017 Creative Tim (http://www.creative-tim.com)
  7. * Licensed under MIT (https://github.com/creativetimofficial/paper-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="icon" type="image/png" sizes="256x256" href="<%= webpackConfig.output.publicPath %>favicon.ico">
  16. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  17. <title>NitoJS App — Hush Your Money™</title>
  18. <!-- Bootstrap core CSS -->
  19. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
  20. <!-- Fonts and icons -->
  21. <link type="text/css" href="https://fonts.googleapis.com/css?family=Muli:400,300" rel="stylesheet">
  22. <link type="text/css" href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
  23. <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
  24. <script defer data-domain="nitojs.org" src="https://plausible.io/js/plausible.js"></script>
  25. </head>
  26. <body>
  27. <div class="wrapper" id="app"></div>
  28. <!-- built files will be auto injected -->
  29. </body>
  30. </html>