public/422.html
<!doctype html>
<html>
<head>
<title>The change you wanted was rejected (422)</title>
<style type="text/css">
body {
font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
sans-serif;
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
color: #292b2c;
padding: 100px 15px;
}
div.dialog {
margin-bottom: 2rem;
background-color: #eceeef;
padding: 4rem 2rem;
}
h1 {
font-size: 2.5rem;
margin-bottom: 0.5rem;
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
.status-code {
color: rgb(217, 83, 79);
}
</style>
</head>
<body>
<!-- This file lives in public/422.html -->
<div class="dialog">
<h1>
<span class="status-code">⛔422</span>
<small>The change you wanted was rejected.</small>
</h1>
<p>
Maybe you tried to change something you didn't have access to. If you didn't expect to end up here, please let
us know.
</p>
</div>
</body>
</html>