2016-02-12 23:52:43 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2022-07-15 16:43:07 +08:00
|
|
|
<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>
|
2016-02-12 23:52:43 +08:00
|
|
|
|
2022-07-15 16:43:07 +08:00
|
|
|
<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>
|
2016-02-12 23:52:43 +08:00
|
|
|
</div>
|
2022-07-15 16:43:07 +08:00
|
|
|
</body>
|
2016-02-12 23:52:43 +08:00
|
|
|
</html>
|