error-404_2.html 571 B

123456789101112131415161718
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>您没有权限访问该页面</title>
  6. <link href="css/error.css" type="text/css" rel="stylesheet">
  7. </head>
  8. <body>
  9. <div class="nav">
  10. <div class="cu">
  11. <div class="qxy">
  12. <h1 class="fw">您没有访问权限!</h1>
  13. <h1 class="bt">您没有访问该页的权限!请联系管理员!</h1>
  14. </div>
  15. </div>
  16. </div>
  17. </body>
  18. </html>