firepup-site/public/errors/422.ejs
9pfs b2e8cb0b9a Toto, I don't think we're in Replit anymore
Reviewed-on: https://git.amcforum.wiki/Firepup650/firepup-site/pulls/3

And we're out of Replit.
We're releasing on time.
Co-authored-by: 9pfs <9pfs@amcforum.wiki>
Co-committed-by: 9pfs <9pfs@amcforum.wiki>
2023-10-01 22:03:11 -04:00

20 lines
No EOL
786 B
Text

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>FP650 - 422 Error</title>
<link href="https://firepup650.repl.co/ejsstyle.css" rel="stylesheet" type="text/css" />
<link href="https://bouncecss.bookie0.repl.co/bounce.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1 class="center warning">422 Unprocessable Entity</h1>
<% if (typeof message !== 'undefined') { %>
<h2 class="center warning">Error message:</h2>
<p class="center warning"><%= message %></p>
<% } else { %>
<p class="center warning">The requested url did not match a valid image request format.</p>
<% } %>
<script src="https://firepup650.repl.co/footer.js"></script>
</body>
</html>