19 lines
797 B
HTML
19 lines
797 B
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|||
|
|
|||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|||
|
<head>
|
|||
|
<title>no</title>
|
|||
|
<style type="text/css">
|
|||
|
html{background:#f4f3ef;}
|
|||
|
.error{position:absolute; width:600px;height:528px;left:50%;margin-left:-300px; top:50%;margin-top:-204px;background:url(../Images_Folder/no1.jpg) no-repeat;}
|
|||
|
.reback{display:block;width:250px;height:31px;margin-top:250px;margin-left:204px;font-size:20px;font-size:30px;}
|
|||
|
a{text-decoration:none;color:#3ed0ed;}
|
|||
|
</style>
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<div class="error">
|
|||
|
<a href="#" class="reback"> <b>您没有权限..</b><br /><b onclick="history.back()">    返回上页</b></a>
|
|||
|
</div>
|
|||
|
</body>
|
|||
|
</html>
|