-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path404.html
More file actions
117 lines (99 loc) · 3.97 KB
/
404.html
File metadata and controls
117 lines (99 loc) · 3.97 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Rotary Club Ulhasnagar</title>
<!-- Mobile Specific Metas
================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Construction Html5 Template">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<!-- Favicon
================================================== -->
<link rel="icon" type="image/png" href="images/favicon.png">
<!-- CSS
================================================== -->
<!-- Bootstrap -->
<link rel="stylesheet" href="/assets/plugins/bootstrap/bootstrap.min.css">
<!-- FontAwesome -->
<link rel="stylesheet" href="/assets/plugins/fontawesome/css/all.min.css">
<!-- Animation -->
<link rel="stylesheet" href="/assets/plugins/animate-css/animate.css">
<!-- slick Carousel -->
<link rel="stylesheet" href="/assets/plugins/slick/slick.css">
<link rel="stylesheet" href="/assets/plugins/slick/slick-theme.css">
<!-- Colorbox -->
<link rel="stylesheet" href="/assets/plugins/colorbox/colorbox.css">
<!-- Template styles-->
<link rel="stylesheet" href="/assets/css/style.css">
</head>
<body>
<!-- Header start -->
{% include header.html %}
<!--/ Header end -->
<div id="banner-area" class="banner-area" style="background-image:url(images/banner/banner1.jpg)">
<div class="banner-text">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="banner-heading">
<h1 class="banner-title">Features</h1>
<nav aria-label="breadcrumb">
<ol class="breadcrumb justify-content-center">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item"><a href="#">Features</a></li>
<li class="breadcrumb-item active" aria-current="page">404</li>
</ol>
</nav>
</div>
</div><!-- Col end -->
</div><!-- Row end -->
</div><!-- Container end -->
</div><!-- Banner text end -->
</div><!-- Banner area end -->
<section id="main-container" class="main-container">
<div class="container">
<div class="row">
<div class="col-12">
<div class="error-page text-center">
<div class="error-code">
<h2><strong>404</strong></h2>
</div>
<div class="error-message">
<h3>Oops... Page Not Found!</h3>
</div>
<div class="error-body">
Try using the button below to go to main page of the site <br>
<a href="index.html" class="btn btn-primary">Back to Home Page</a>
</div>
</div>
</div>
</div><!-- Content row -->
</div><!-- Conatiner end -->
</section><!-- Main container end -->
{% include footer.html %}
<!-- Javascript Files
================================================== -->
<!-- initialize jQuery Library -->
<script src="/assets/plugins/jQuery/jquery.min.js"></script>
<!-- Bootstrap jQuery -->
<script src="/assets/plugins/bootstrap/bootstrap.min.js" defer></script>
<!-- Slick Carousel -->
<script src="/assets/plugins/slick/slick.min.js"></script>
<script src="/assets/plugins/slick/slick-animation.min.js"></script>
<!-- Color box -->
<script src="/assets/plugins/colorbox/jquery.colorbox.js"></script>
<!-- shuffle -->
<script src="/assets/plugins/shuffle/shuffle.min.js" defer></script>
<!-- Google Map API Key-->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU" defer></script>
<!-- Google Map Plugin-->
<script src="/assets/plugins/google-map/map.js" defer></script>
<!-- Template custom -->
<script src="/assets/js/script.js"></script>
</body>
</html>