forked from KelvinTegelaar/CIPP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror-404-1.html
27 lines (26 loc) · 1.13 KB
/
error-404-1.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
<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/404-error.svg" alt="" />
<p class="lead">This requested URL was not found on this server.</p>
<a class="text-arrow-icon" href="index.html">
<i class="ms-0 me-1" data-feather="arrow-left"></i>
Return to home
</a>
</div>
</div>
</div>
</div>
</main>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
crossorigin="anonymous"></script>
<script src="js/scripts.js"></script>
</body>