This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
60 lines (50 loc) · 2.44 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
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Vas - 404 Not Found</title>
<!-- Mobile Specific Metas
================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Vasundhara - Contact Me">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<meta name="author" content="Vasundhara Sharma">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.svg?v=2" />
<!-- ** Plugins Needed for the Project ** -->
<!-- Bootstrap -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.min.js" integrity="sha384-mQ93GR66B00ZXjt0YO5KlohRA5SY2XofN4zfuZxLkoj1gXtW8ANNCe9d5Y3eG5eD" crossorigin="anonymous"></script>
<!-- Main Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Page Title -->
<section class="bg-primary pt-5">
<div class="container col-xl-10 col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="images/backgrounds/404-banner.png" class="d-block mx-lg-auto img-fluid pb-5" alt="contact-banner" loading="lazy">
</div>
<div class="col-md-10 mx-auto col-lg-5">
<h2 class="display-5 fw-bold lh-1 mb-3">Error 404</h2>
<p class="lead">This page doesn't exist or was removed, <br>I suggest you go back home.</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a class="btn btn-primary btn-sm" style="margin-left: 0;" href="index.html">Home</a>
</div>
</div>
</div>
</div>
</section>
<!-- /Page Title -->
<!-- jQuery -->
<script src="plugins/jQuery/jquery.min.js"></script>
<!-- Bootstrap JS -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- Main Script -->
<script src="js/script.js"></script>
</body>
</html>