forked from jcubic/jquery.terminal-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
401.shtml
24 lines (24 loc) · 955 Bytes
/
401.shtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8"/>
<title>401 - Authorization Required</title>
<meta name="description" content="JCubic Server Error - Internal Server Error"/>
<link rel="shortcut icon" href="icon.ico"/>
<!--[if lt IE 9]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
<![endif]-->
<link rel="stylesheet" href="/css/error.css" type="text/css" media="screen"/>
</head>
<body>
<header id="logo"><a href="https://jcubic.pl/"><img src="https://jcubic.pl/images/jcubic/logo-blue.png" alt="jcubic logo"/></a></header>
<section>
<header>
<div id="code">401</div>
<div id="message">Authorization Required</div>
</header>
<p>This server could not verify that you are authorized to access <!--#echo var="REQUEST_URI" --> file.</p>
</section>
<footer>Copyright © 2018 Jakub Jankiewicz</footer>
</body>
</html>