|
|
@@ -4,7 +4,7 @@
|
|
|
<meta charset="utf-8">
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
|
- <title><%= htmlWebpackPlugin.options.title %></title>
|
|
|
+ <title></title>
|
|
|
<style>
|
|
|
/* 滚动条 */
|
|
|
::-webkit-scrollbar{width:8px;height:4px}
|
|
|
@@ -17,7 +17,7 @@
|
|
|
</head>
|
|
|
<body>
|
|
|
<noscript>
|
|
|
- <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
|
|
+ <strong>We're sorry but it doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
|
|
</noscript>
|
|
|
<div id="app"></div>
|
|
|
</body>
|