scinote-web/public/403.html

26 lines
738 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>Access to this page is denied (403).</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/403.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/undraw_through_the_park.svg" class="illustration">
<h1>It would seem that you are not allowed in here.</h1>
<p>You should request access from your team administrators.</p>
<a class="back-button" href="/dashboard">
<img src="/images/arrow-left.svg">
<span>Go back</span>
</a>
2016-02-12 23:52:43 +08:00
</div>
</body>
</html>