Files
amb_wechatapp/application/pc/view/index/close.html
T

37 lines
905 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>抱歉,PC端暂不可用</title>
<style>
html,body,div,h1,*{margin:0;padding:0;}
body{
background-color:#fefefe;
color:#333
}
.box{
margin:0 auto;
margin-top:10%;
padding-top:160px;
text-align: center;
}
h1{
font-size:16px;
text-align:center;
font-weight:normal;
}
</style>
</head>
<body>
<div class="box">
<img src="/assets/image/close.png" alt="" width="100">
<h1>抱歉!PC端暂不可用,请移步其他终端学习!</h1>
</div>
</body>
</html>