index.html 969 B

123456789101112131415161718192021222324252627282930313233
  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="https://cdn.bootcss.com/vConsole/3.2.0/vconsole.min.js"></script> -->
  23. <noscript>
  24. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> 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. <script>
  29. // new VConsole()
  30. </script>
  31. </body>
  32. </html>