index.html 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <!DOCTYPE html>
  2. <html lang="">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
  7. <link rel="icon" href="<%= BASE_URL %>logo.ico">
  8. <title>无尽藏</title>
  9. <style>
  10. .scroller{
  11. touch-action: manipulation;
  12. }
  13. html,body,#app,.home{
  14. touch-action: none;
  15. }
  16. .home{
  17. position: relative;
  18. }
  19. </style>
  20. </head>
  21. <body>
  22. <script src="./configText.js"></script>
  23. <script src="./configExcel.js"></script>
  24. <!-- <script src="https://cdn.bootcss.com/vConsole/3.2.0/vconsole.min.js"></script> -->
  25. <noscript>
  26. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  27. </noscript>
  28. <div id="app"></div>
  29. <!-- built files will be auto injected -->
  30. <script>
  31. // new VConsole()
  32. </script>
  33. </body>
  34. </html>