scinote-web/public/500.html

21 lines
609 B
HTML
Raw Normal View History

2016-02-12 23:52:43 +08:00
<!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>
2016-02-12 23:52:43 +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>
</body>
2016-02-12 23:52:43 +08:00
</html>