-
Notifications
You must be signed in to change notification settings - Fork 1
/
error-404.html
60 lines (56 loc) · 2.5 KB
/
error-404.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Error 404 | Denex</title>
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name="title" content="Denex | 404">
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l"
crossorigin="anonymous"
/>
</head>
<body style="background-color: #122f37">
<main>
<section class="min-vh-100 d-flex align-items-center justify-content-center">
<div class="container">
<div class="row">
<div class="col-12 text-center text-dark d-flex align-items-center justify-content-center">
<div>
<a href="index.html">
<img class="img-fluid w-50" src="https://sitechecker.pro/wp-content/uploads/2017/12/404.png" alt="">
</a>
<h1 class="text-white mt-4">404 Page
<span class="font-weight-bolder text-dark">
not found
</span>
</h1>
<p class="my-4 text-white px-lg-11 font-weight-bold">
Oops! Looks like you followed a bad link. If you think this is
a problem with us, please <a href="" class="font-weight-bold text-underline">tell us</a>.
</p>
<a class="btn btn-dark animate-hover" href="index.html">
Go back home
</a>
</div>
</div>
</div>
</div>
</section>
</main>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.js"
integrity="sha512-n/4gHW3atM3QqRcbCn6ewmpxcLAHGaDjpEBu4xZd47N0W2oQ+6q7oc3PXstrJYXcbNU1OHdQ1T7pAP+gi5Yu8g=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
crossorigin="anonymous"
></script>
<script src="js/config.js"></script>
</body>
</html>