uiisc/401.html

36 lines
No EOL
1.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>401 - UIISC</title>
<meta charset="utf-8"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width = device-width, initial-scale = 1.0, minimum-scale = 1.0, maximum-scale = 1.0, user-scalable = no"/>
<meta content="telephone=no,email=no" name="format-detection"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="keywords" content="UIISC"/>
<meta name="description" content="UIISC"/>
<style>
body {background-color: #f4f5f5;}
.header, .nav, .content, .footer { padding: 10px; }
.header { border-bottom: 1px solid #ccc; }
.container {min-width: 666px; margin: 100px auto 0 auto; width: 60%; max-width: 800px;}
.content {background-color: #eee; }
.nav, .footer {color: #fff; background-color: #6fb9f5;}
.footer a {color: #fff;}
</style>
</head>
<body>
<div class="container">
<h1 class="header">Unauthorized !</h1>
<div class="nav">This is the 401 page.</div>
<div class="content">
<p>The Page You Requested Was Unauthorized ! </p>
</div>
<div class="footer">&copy; 2018 <a href="http://uiisc.com">UIISC</a></div>
</div>
</body>
</html>