flat: zanc
This commit is contained in:
50
index.html
50
index.html
@@ -1,25 +1,27 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="zh-CN">
|
<html lang="zh-CN">
|
||||||
<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">
|
||||||
<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"
|
||||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||||
<title>
|
<meta http-equiv="Content-Security-Policy" content="default-src 'self' https://dy12333.org.cn/ ">
|
||||||
<%= htmlWebpackPlugin.options.title %>
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||||
</title>
|
<title>
|
||||||
<script>
|
<%= htmlWebpackPlugin.options.title %>
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
</title>
|
||||||
document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px'
|
<script>
|
||||||
})
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
</script>
|
document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px'
|
||||||
<link rel="stylesheet" href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css" />
|
})
|
||||||
</head>
|
</script>
|
||||||
<body>
|
<link rel="stylesheet" href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css" />
|
||||||
<noscript>
|
</head>
|
||||||
<strong>Please enable JavaScript to continue.</strong>
|
<body>
|
||||||
</noscript>
|
<noscript>
|
||||||
<div id="app"></div>
|
<strong>Please enable JavaScript to continue.</strong>
|
||||||
<!-- built files will be auto injected -->
|
</noscript>
|
||||||
</body>
|
<div id="app"></div>
|
||||||
|
<!-- built files will be auto injected -->
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user