-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
53 lines (45 loc) · 1.95 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
<title>BOOIT</title>
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/fonts/fontawesome/css/fontawesome.min.css">
<link rel="stylesheet" href="assets/fonts/fontawesome/css/all.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/style_404.css">
</head>
<body class="bg-one">
<div class="main-wrapper">
<div id="header-container"></div>
<!-- CHANGE CONTENT HERE -->
<section class="not-found-page">
<div class="container-fluid">
<div class="row">
<div class="col-md-8 offset-md-2">
<div class="empty-content text-center">
<img src="assets/img/404.png" alt="logo" class="img-fluid">
<div class="text-wrapper">
<h2>Page not <span class="orange-text">found</span></h2>
<p>Oops! Looks like you followed a bad link.</p>
<p>If you think this is a problem with us, please tell us.</p>
<div class="btn-item">
<a class="btn get-btn" href="index.html">GO TO HOME</a>
<a class="btn courses-btn" href="#">BACK</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END | CHANGE CONTENT -->
<div id="footer"></div>
</div>
<script src="assets/js/jquery-3.6.1.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>