-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path400.html
More file actions
30 lines (30 loc) · 1.04 KB
/
400.html
File metadata and controls
30 lines (30 loc) · 1.04 KB
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 lang='en'>
<head>
<title>400 | 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>
<noscript>Your JavaScript isn't enabled. Please enable it in your browser settings for the best experience.</noscript>
<body>
<label id='main-label'>🤔</label>
<br>
<br>
<h3>Bad request!!1</h3>
<br>
<p>You've encountered a <code>400</code> error. That means you encountered a <b>bad request error.</b> <a href='https://notsniped.github.io/iso.bot'>Go back home</a> or <a href=''>retry?</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>