Files
under_construction_html/custom_error/422.html
2025-06-11 22:32:39 +03:00

20 lines
508 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>422 - Unprocessable Content</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<h1>422 - Unprocessable Content</h1>
<p>The request was well-formed but was unable to be followed due to semantic errors.</p>
</div>
</body>
</html>