2021-02-06 23:36:46 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
2021-02-10 01:27:03 +08:00
|
|
|
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
|
2021-02-06 23:36:46 +08:00
|
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
|
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<noscript>
|
|
|
|
<strong>浏览器未启用或不支持 JavaScript。</strong>
|
|
|
|
</noscript>
|
|
|
|
<div id="app"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|