forked from KelvinTegelaar/CIPP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
error-403.html
36 lines (35 loc) · 1.45 KB
/
error-403.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<body class="bg-white">
<div id="layoutError">
<div id="layoutError_content">
<main>
<div class="container-xl px-4">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="text-center mt-4">
<img class="img-fluid p-4" src="assets/img/illustrations/403-error-forbidden.svg"
alt="" />
<p class="lead">You do not have acccess to this page. Are you logged in under the right
account?</p>
<a class="text-arrow-icon" href="/login">
<i class="ms-0 me-1" data-feather="arrow-left"></i>
Return to login
</a>
</div>
</div>
</div>
</div>
</main>
</div>
<div id="layoutError_footer">
<footer class="footer-admin mt-auto footer-light">
<div class="container-xl px-4">
<div class="row">
<div class="col-md-6 text-md-end small">
·
</div>
</div>
</div>
</footer>
</div>
</div>
</body>