123456789101112131415161718192021222324252627282930313233 |
- <!DOCTYPE html>
- <html lang="">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
- <link rel="icon" href="<%= BASE_URL %>logo.ico">
- <title>无尽藏</title>
- <style>
- .scroller{
- touch-action: manipulation;
- }
- html,body,#app,.home{
- touch-action: none;
- }
- .home{
- position: relative;
- }
- </style>
- </head>
- <body>
- <!-- <script src="https://cdn.bootcss.com/vConsole/3.2.0/vconsole.min.js"></script> -->
- <noscript>
- <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
- </noscript>
- <div id="app"></div>
- <!-- built files will be auto injected -->
- <script>
- // new VConsole()
- </script>
- </body>
- </html>
|