servnest-mkosi/mkosi.skeleton/srv/php/errors/400.html

16 lines
316 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bad request · HTTP 400</title>
</head>
<body>
<h1>Bad request</h1>
<p>
The request is malformed.
</p>
<small><code>HTTP 400</code></small>
</body>
</html>