tinyforms/public/422.html
karemarsy addfa4facb Add css in 404,422,500 pages
Added some styling in 404,422,500
2020-05-01 12:47:13 +02:00

27 lines
894 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>The change you wanted was rejected (422)</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8.2/css/bulma.min.css">
</head>
<body>
<!-- This file lives in public/422.html -->
<div class="section">
<div class="columns ">
<div class="column is-half is-offset-one-quarter">
<div class="box has-text-centered">
<h1 class="title is-size-1">405</h1>
<h1 class="title is-size-5">The change you wanted was rejected.</h1>
<p>Maybe you tried to change something you didn't have access to.</p>
<p>If you are the application owner check the logs for more information.</p><br><br>
<button class="button">Back to previous page</button>
</div>
</div>
</div>
</div>
</body>
</html>