This repository has been archived by the owner on Feb 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.php
117 lines (104 loc) · 3.88 KB
/
404.php
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>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>404 | Network Er Bahire</title>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design Bootstrap -->
<link href="css/mdb.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css">
<style>
html,
body,
header,
.view {
height: 100%;
}
@media (max-width: 740px) {
html,
body,
header,
.view {
height: 815px;
}
}
@media (min-width: 800px) and (max-width: 850px) {
html,
body,
header,
.view {
height: 600px;
}
}
</style>
</head>
<body>
<!-- Navigation & Intro -->
<header>
<!-- Intro Section -->
<section class="view intro-2" style="background-image: url(img/404back.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center;">
<div class="mask rgba-gradient-1">
<div class="container h-100 d-flex justify-content-center align-items-center">
<div class="row">
<div class="col-md-12 wow fadeIn mb-3">
<div class="card card-body rgba-white-slight text-center white-text">
<ul class="list-unstyled py-5 mx-lg-5">
<li>
<h1 class="display-1 mt-5 mx-5 mt-lg-0 mb-5 font-weight-bold white-text wow flipInX" data-wow-delay="0.3s">
<strong>404</strong>
</h1>
</li>
<li>
<h4 class="white-text description mb-4 wow fadeInDown" data-wow-delay="0.4s">Opps! Page is Network Er Bahire
</h4>
<p class="white-text description pb-5 wow fadeInUp" data-wow-delay="0.4s"> The page you're looking
for is not present inside the Network, Please try later or back to
<a href="../NetworkErBahire" class="font-weight-bold">Home</a>.
</p>
<!-- Facebook -->
<a href="https://www.facebook.com" target="_blank" class="p-2 m-2 fa-lg fb-ic">
<i class="fab fa-facebook-f white-text wow bounceInLeft"> </i>
</a>
<!-- Twitter -->
<a href="https://twitter.com" target="_blank" class="p-2 m-2 fa-lg tw-ic">
<i class="fab fa-twitter white-text wow bounceInLeft"> </i>
</a>
<!-- Google + -->
<a href="https://www.youtube.com" target="_blank" class="p-2 m-2 fa-lg gplus-ic">
<i class="fab fa-youtube white-text wow bounceInLeft"> </i>
</a>
<!-- Linkedin -->
<a href="https://www.linkedin.com" target="_blank" class="p-2 m-2 fa-lg li-ic">
<i class="fab fa-linkedin-in white-text wow bounceInLeft"> </i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
</header>
<!-- Navigation & Intro -->
<!-- SCRIPTS -->
<!-- JQuery -->
<script type="text/javascript" src="js/jquery-3.4.1.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="js/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<script>
//Animation init
new WOW().init();
</script>
</body>
</html>