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">
|
2022-07-15 16:43:07 +08:00
|
|
|
<link rel="stylesheet" href="error_pages.css">
|
2016-02-12 23:52:43 +08:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<!-- This file lives in public/403.html -->
|
2022-01-04 17:07:55 +08:00
|
|
|
<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">
|
2022-07-15 16:43:07 +08:00
|
|
|
<img src="/images/undraw_through_the_park.svg" class="illustration">
|
2022-01-04 17:07:55 +08:00
|
|
|
<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>
|