|
|
|
@ -3,7 +3,7 @@ |
|
|
|
<head> |
|
|
|
<head> |
|
|
|
<meta charset="utf-8"> |
|
|
|
<meta charset="utf-8"> |
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="static/favicon.ico"> |
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="/static/favicon.ico"> |
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> |
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> |
|
|
|
<title> |
|
|
|
<title> |
|
|
|
<%= htmlWebpackPlugin.options.title %> |
|
|
|
<%= htmlWebpackPlugin.options.title %> |
|
|
|
@ -13,7 +13,7 @@ |
|
|
|
document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px' |
|
|
|
document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px' |
|
|
|
}) |
|
|
|
}) |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
<link rel="stylesheet" href="<%= BASE_URL %>static/index.css" /> |
|
|
|
<link rel="stylesheet" href="/static/index.css" /> |
|
|
|
</head> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
<body> |
|
|
|
<noscript> |
|
|
|
<noscript> |
|
|
|
|