scinote-web/public/500.html
ajugo a55d6ea9de
Replaced default ruby error pages [SCI-6967] (#4230)
* Replaced default ruby error pages [SCI-6967]

* Remove error 500 in controller [SCI-6967]
2022-07-15 10:43:07 +02:00

21 lines
609 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>We're sorry, but something went wrong (500)</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="error_pages.css">
</head>
<body>
<!-- This file lives in public/500.html -->
<div class="navbar">
<img id="logo" src="/images/scinote_icon.svg" title="SciNote">
</div>
<div class="dialog">
<img src="/images/genericError.svg" class="illustration">
<h1>Ooops, something went wrong.</h1>
<p>Please contact your SciNote administrator.</p>
</div>
</body>
</html>