index.html 968 B

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="renderer" content="webkit" />
  6. <!-- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> -->
  7. <meta
  8. name="viewport"
  9. content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
  10. />
  11. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  12. <script src="./js/jquery.min.js"></script>
  13. <title><%= webpackConfig.name %></title>
  14. <script src="./js/ntkobackground.min.js"></script>
  15. <script src="./js/qwebchannel.js"></script>
  16. </head>
  17. <body>
  18. <noscript>
  19. <strong
  20. >We're sorry but <%= webpackConfig.name %> doesn't work properly without
  21. JavaScript enabled. Please enable it to continue.</strong
  22. >
  23. </noscript>
  24. <div id="app"></div>
  25. <!-- built files will be auto injected -->
  26. </body>
  27. <script>
  28. function ntkoCloseEvent() {
  29. document.location.reload();
  30. }
  31. </script>
  32. </html>