|
@@ -0,0 +1,18 @@
|
|
|
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
|
+<html>
|
|
|
+ <head>
|
|
|
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
+ <title>您没有权限访问该页面</title>
|
|
|
+ <link href="css/error.css" type="text/css" rel="stylesheet">
|
|
|
+ </head>
|
|
|
+ <body>
|
|
|
+ <div class="nav">
|
|
|
+ <div class="cu">
|
|
|
+ <div class="qxy">
|
|
|
+ <h1 class="fw">您没有访问权限!</h1>
|
|
|
+ <h1 class="bt">您没有访问该页的权限!请联系管理员!</h1>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </body>
|
|
|
+</html>
|