blob: c04f57ffd05536ca5f5ebf465b68a562d83e7585 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!doctype html>
<html>
<head>
<title>401 - Acces forbidden.</title>
<link rel="stylesheet" type="text/css" href="/config/401.css" />
<link rel="shortcut icon" href="/404/favicon.ico" type="image/x-icon">
</head>
<body>
<div align="center">
<table width="750">
<tr>
<td align="center"><img src="http://i.imgur.com/CY7ntqP.png" alt="Goddess" vspace="1"></td>
</tr>
<tr>
<td><h1>Access forbidden. Now get the fuck out.</h1></td>
</tr>
</table>
</div>
</body>
</html>
|