7bebea07b4
Just use normal HTML + static CSS
22 lines
564 B
HTML
22 lines
564 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>422 Unprocessable Entity</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="initial-scale=1, width=device-width">
|
|
<meta name="robots" content="noindex, nofollow">
|
|
<link rel="stylesheet" href="/error.css">
|
|
</head>
|
|
<body>
|
|
<hgroup class="error-page__stamp">
|
|
<h1>422</h1>
|
|
<h2>Unprocessable entity</h2>
|
|
<hr />
|
|
<div>The server understands the request but was unable to process it.</div>
|
|
</hgroup>
|
|
|
|
<a href="/">← Back home</a>
|
|
</body>
|
|
</html>
|
|
|