18 lines
566 B
HTML
18 lines
566 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
|
|
<meta http-equiv="keywords" content=""/>
|
|
<meta name="author" content="ZhangWeiJian"/>
|
|
<meta http-equiv="refresh" content="3;url=/loginView/"/>
|
|
<link rel="stylesheet" type="text/css" href="../static/css/logout.css" />
|
|
<script type="text/javascript" src="../static/scripts/jquery.js"></script>
|
|
<title>您已退出登陆</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container">
|
|
<h2>您已退出登陆</h2><h4>3S后自动跳转</h4>
|
|
</div>
|
|
</body>
|
|
</html> |