Initial commit
This commit is contained in:
11
app/resources/templates/errors/400.html
Normal file
11
app/resources/templates/errors/400.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>400 Bad Request</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>It's not us, it's you.</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user