20 lines
394 B
HTML
20 lines
394 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title></title>
|
|
<script src="../js/jquery-1.11.3.js"></script>
|
|
<style type="text/css">
|
|
p{
|
|
text-align: center;
|
|
margin: 3rem auto;
|
|
font-size: 30px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>您没有查看权限,请先<a href="http://zhyq.toommi.com">登录</a>......</p>
|
|
</body>
|
|
|
|
</html>
|