parent
457a039bd4
commit
a437e809d0
1 changed files with 32 additions and 15 deletions
@ -1,18 +1,35 @@ |
|||||||
<!DOCTYPE html> |
<!DOCTYPE html> |
||||||
<html lang="en"> |
<html lang="en"> |
||||||
<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,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"> |
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> |
||||||
<link rel="stylesheet" href="//at.alicdn.com/t/font_830376_qzecyukz0s.css"> |
<link rel="stylesheet" href="//at.alicdn.com/t/font_830376_qzecyukz0s.css" /> |
||||||
<title>银行教学系统</title> |
<title>银行教学系统</title> |
||||||
</head> |
<script> |
||||||
<body> |
var _hmt = _hmt || []; |
||||||
<noscript> |
(function() { |
||||||
<strong>We're sorry but vms doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> |
var hm = document.createElement('script'); |
||||||
</noscript> |
hm.src = 'https://hm.baidu.com/hm.js?72fbad6ebf1d6c705117fe8fe0686a0e'; |
||||||
<div id="app"></div> |
var s = document.getElementsByTagName('script')[0]; |
||||||
<!-- built files will be auto injected --> |
s.parentNode.insertBefore(hm, s); |
||||||
</body> |
})(); |
||||||
|
</script> |
||||||
|
</head> |
||||||
|
<body> |
||||||
|
<noscript> |
||||||
|
<strong>We're sorry but vms doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> |
||||||
|
</noscript> |
||||||
|
<div id="app"></div> |
||||||
|
<!-- built files will be auto injected --> |
||||||
|
<script> |
||||||
|
var _hmt = _hmt || []; |
||||||
|
(function() { |
||||||
|
var hm = document.createElement('script'); |
||||||
|
hm.src = 'https://hm.baidu.com/hm.js?72fbad6ebf1d6c705117fe8fe0686a0e'; |
||||||
|
var s = document.getElementsByTagName('script')[0]; |
||||||
|
s.parentNode.insertBefore(hm, s); |
||||||
|
})(); |
||||||
|
</script> |
||||||
|
</body> |
||||||
</html> |
</html> |
||||||
|
Loading…
Reference in new issue