-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path401.html
29 lines (29 loc) · 973 Bytes
/
401.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
<!DOCTYPE html>
<html lang='en'>
<head>
<title>401 | Isobot</title>
<link rel='stylesheet' type='text/css' href='looks_404.css'>
<link rel='shortcut icon' href='isobotV2.png'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
</head>
<body>
<label id='main-label'>:(</label>
<br>
<br>
<h3>Unauthorized!!1</h3>
<br>
<p>You've encountered a <code>401</code> error. That means you are <b>unauthorized to access this webpage. If you think this is wrong, DM isobot's owner.</b> <a href='https://notsniped.github.io/iso.bot'>Go back home?</a></p>
</body>
<style>
body {
margin: 10%;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: white;
background: #121212;
}
#main-label {
font-size: 120px;
}
</style>
</html>