|
|
@@ -1,40 +1,37 @@
|
|
|
<!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.0, maximum-scale=1.0, user-scalable=0"
|
|
|
- />
|
|
|
- <meta name="msapplication-tap-highlight" content="no" />
|
|
|
- <meta name="format-detection" content="telphone=no" />
|
|
|
- <meta name="format-detection" content="email=no" />
|
|
|
- <meta name="screen-orientation" content="portrait" />
|
|
|
- <meta name="x5-orientation" content="portrait" />
|
|
|
- <meta name="full-screen" content="yes" />
|
|
|
- <meta name="x5-fullscreen" content="true" />
|
|
|
- <meta name="theme-color" content="#000000" />
|
|
|
- <title><%= htmlWebpackPlugin.options.title %></title>
|
|
|
- </head>
|
|
|
- <body>
|
|
|
- <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 -->
|
|
|
+ <head>
|
|
|
+ <meta charset="utf-8" />
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
|
|
+ <meta name="msapplication-tap-highlight" content="no" />
|
|
|
+ <meta name="format-detection" content="telphone=no" />
|
|
|
+ <meta name="format-detection" content="email=no" />
|
|
|
+ <meta name="screen-orientation" content="portrait" />
|
|
|
+ <meta name="x5-orientation" content="portrait" />
|
|
|
+ <meta name="full-screen" content="yes" />
|
|
|
+ <meta name="x5-fullscreen" content="true" />
|
|
|
+ <meta name="theme-color" content="#000000" />
|
|
|
+ <title>第九空间</title>
|
|
|
+ </head>
|
|
|
+ <body>
|
|
|
+ <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>
|
|
|
- document.body.addEventListener(
|
|
|
- 'touchmove',
|
|
|
- function (e) {
|
|
|
- //e.preventDefault()
|
|
|
- },
|
|
|
- { passive: false },
|
|
|
- )
|
|
|
- </script>
|
|
|
- </body>
|
|
|
+ <script>
|
|
|
+ document.body.addEventListener(
|
|
|
+ 'touchmove',
|
|
|
+ function (e) {
|
|
|
+ //e.preventDefault()
|
|
|
+ },
|
|
|
+ { passive: false }
|
|
|
+ );
|
|
|
+ </script>
|
|
|
+ </body>
|
|
|
</html>
|