index.html 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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,
  14. body,
  15. #app,
  16. .home {
  17. touch-action: none;
  18. }
  19. .home {
  20. position: relative;
  21. }
  22. </style>
  23. </head>
  24. <body>
  25. <script src="./configText.js"></script>
  26. <script src="./configExcel.js"></script>
  27. <!-- <script src="https://cdn.bootcss.com/vConsole/3.2.0/vconsole.min.js"></script> -->
  28. <noscript>
  29. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
  30. Please enable it to continue.</strong>
  31. </noscript>
  32. <div id="app"></div>
  33. <!-- built files will be auto injected -->
  34. <!-- <script>
  35. window.onload = function () {
  36. var script = document.createElement('script');
  37. script.src = "https://cdn.bootcss.com/eruda/1.5.4/eruda.min.js";
  38. document.body.appendChild(script);
  39. script.onload = function () {
  40. eruda.init()
  41. }
  42. };
  43. </script> -->
  44. </body>
  45. </html>