-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path403.html
30 lines (29 loc) · 1.01 KB
/
403.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index,nofollow">
<meta name="keywords" content="Error, 403">
<meta name="description" content="PSS 403 error page. Forbidden.">
<meta name="author" content="Majal Mirasol">
<title>403 - Not allowed</title>
<link rel="icon" href="favicon.svg?v=1.0.0" sizes="any" type="image/svg+xml">
<style>
body, html { font-family: Segoe UI, Tahoma, Verdana, Arial, sans-serif; height: 98%; text-align: center; position: relative; }
input { display: inline-block; cursor: pointer; }
table { width: 100%; height: 100%; }
</style>
</head>
<body>
<table>
<tr style="height: 64%">
<td>
<h1>4b1d²3n</h1>
<p>I smell fish. Kitty... kitty... kitty...</p>
</td>
</tr>
<tr style="height: 33%"><td></td></tr>
</table>
</body>
</html>