38 lines
1.1 KiB
HTML
38 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-cmn-Hans">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
|
|
<title><%= VUE_APP_TITLE %></title>
|
|
<link rel="stylesheet" href="<%= BASE_URL %>static/css/loading.css" />
|
|
</head>
|
|
<body>
|
|
<div id="foton">
|
|
<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>
|
|
if (window.location.hostname !== 'localhost') {
|
|
var _hmt = _hmt || []
|
|
;(function () {
|
|
var hm = document.createElement('script')
|
|
hm.src = 'https://hm.baidu.com/hm.js?7174bade1219f9cc272e7978f9523fc8'
|
|
var s = document.getElementsByTagName('script')[0]
|
|
s.parentNode.insertBefore(hm, s)
|
|
})()
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|