forked from KelvinTegelaar/CIPP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
error-401.html
46 lines (42 loc) · 1.88 KB
/
error-401.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
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>401 Error</title>
<link href="css/styles.css" rel="stylesheet" />
<link rel="icon" type="image/x-icon" href="assets/img/favicon.png" />
<script data-search-pseudo-elements defer
src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/js/all.min.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/feather-icons/4.28.0/feather.min.js"
crossorigin="anonymous"></script>
</head>
<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/401-error-unauthorized.svg"
alt="" />
<p class="lead">Access to this resource is denied.</p>
<a class="text-arrow-icon" href="/login">
<i class="ms-0 me-1" data-feather="arrow-left"></i>
Return to Dashboard / Login
</a>
</div>
</div>
</div>
</div>
</main>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
crossorigin="anonymous"></script>
</body>
</html>