lkarch.org/p/errors/400.html
2025-03-04 18:17:18 -05:00

14 lines
361 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>400</title>
<link rel="stylesheet" href="/assets/styles/error.css" />
</head>
<body>
<h1 style="font-size: 60px">400 Bad Request</h1>
<p style="font-size: 30px">
The server cannot or refuses to process your request due to something that it assumes to be a client error
</p>
</body>
</html>