scinote-web/public/404.html

21 lines
601 B
HTML
Raw Normal View History

2016-02-12 23:52:43 +08:00
<!DOCTYPE html>
<html>
<head>
2016-07-21 19:11:15 +08:00
<title>This page could not be found (404).</title>
2016-02-12 23:52:43 +08:00
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="error_pages.css">
2016-02-12 23:52:43 +08:00
</head>
<body>
<!-- This file lives in public/404.html -->
<div class="navbar">
<img id="logo" src="/images/scinote_icon.svg" title="SciNote">
</div>
2016-02-12 23:52:43 +08:00
<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>
</html>