50 lines
1.5 KiB
HTML
50 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html lang="zh-cmn-Hans">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
|
|
<meta content="webkit" name="renderer" />
|
|
<meta
|
|
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
|
|
name="viewport"
|
|
/>
|
|
<link href="<%= BASE_URL %>favicon.ico" rel="icon" />
|
|
<title><%= VUE_APP_TITLE %></title>
|
|
<meta content="Bri" name="keywords" />
|
|
<meta content="<%= VUE_APP_AUTHOR %>" name="author" />
|
|
<link
|
|
href="<%= BASE_URL %>static/css/loading.css?random=<%= VUE_APP_RANDOM %>"
|
|
rel="stylesheet"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<noscript></noscript>
|
|
<div id="app">
|
|
<div class="first-loading-wrp">
|
|
<div class="loading-wrp">
|
|
<span class="dot dot-spin">
|
|
<i></i>
|
|
<i></i>
|
|
<i></i>
|
|
<i></i>
|
|
</span>
|
|
</div>
|
|
<h1><%= VUE_APP_TITLE %></h1>
|
|
</div>
|
|
</div>
|
|
|
|
<script>
|
|
//动态加载百度统计的 JavaScript 脚本以进行网站流量分析和用户行为追踪
|
|
// if (window.location.hostname !== 'localhost') {
|
|
// const _hmt = _hmt || []
|
|
// ;(function () {
|
|
// const hm = document.createElement('script')
|
|
// hm.src = 'https://hm.baidu.com/hm.js?085e0fa100dbc0e0e42931c16bf3e9e6'
|
|
// const s = document.getElementsByTagName('script')[0]
|
|
// s.parentNode.insertBefore(hm, s)
|
|
// })()
|
|
// }
|
|
</script>
|
|
</body>
|
|
</html>
|