Files
openfoodnetwork/public/500.html

46 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>We're sorry, but something went wrong (500)</title>
<style type="text/css">
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
div.dialog {
width: 25em;
padding: 0 4em;
margin: 2em auto 0 auto;
}
a.go_home {
font-size: 100%;
color: black;
line-height: 1.5em;
text-decoration: none;
border-bottom: 1px dotted black;
padding: 0 0.2rem;
}
a.go_home:hover, a.go_home:focus, a.go_home:active{
background: #8f301d;
color: white;
border-bottom: none;
}
</style>
</head>
<body>
<!-- This file lives in public/500.html -->
<div class="dialog">
<a href="/" ><img src="/500.jpg" /></a>
<p>We're sorry, but something went wrong.
<br>Try refreshing the page, or
<br><h3><a class="go_home" href="/" >Return home</a></h3>
<br>Want to let us know what went wrong? Email us at:
<h3>
<!-- Can we do .reverse ??
<a class="go_home" href="mailto:hello@openfoodnetwork.org" target="_blank"></a>
-->
hello [at] openfoodnetwork.org
</h3>
</p>
</div>
</body>
</html>