-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
107 lines (105 loc) · 4.4 KB
/
404.html
File metadata and controls
107 lines (105 loc) · 4.4 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>404.Not Found</title>
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="assets/css/nivo-slider.css" type="text/css" media="screen" />
<link rel="stylesheet" href="assets/css/FontAwesome.css" type="text/css" media="screen" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="headersection template ">
<div class="logo">
<a href="#"><img src="assets/img/logo.jpg" alt="logo"/></a>
<h3>Website Title</h3>
<p>Website Description</p>
</div>
<div class="social">
<a href="#"><img src="assets/img/social/facebook.png" alt="facebook"/></a>
<a href="#"><img src="assets/img/social/twitter.png" alt="twitter"/></a>
<a href="#"><img src="assets/img/social/linkedin.png" alt="linkedin"/></a>
<a href="#"><img src="assets/img/social/instagram.png" alt="instagram"/></a>
</div>
</div>
<div class="navsection template">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="dropdown.html">Dropdown</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a id="active" href="404.html">Other</a></li>
</ul>
</div>
<div class="slider_section template">
<div id="slider">
<a href="#"><img src="assets/img/slideshow/01.jpg" alt="nature 1" title="First Slide." /></a>
<a href="#"><img src="assets/img/slideshow/02.jpg" alt="nature 2" title="Second Slide." /></a>
<a href="#"><img src="assets/img/slideshow/03.jpg" alt="nature 3" title="Third Slide." /></a>
<a href="#"><img src="assets/img/slideshow/04.jpg" alt="nature 4" title="Fourth Slide." /></a>
</div>
</div>
<div class="contentsection template clear">
<div class="maincontent">
<h3 class="notfound">দুঃখিত আপনি যে পেজটি খুজছেন তা পাওয়া যাচ্ছেনা</h3>
<a id="special" href="index.html"><i class="fas fa-spider"></i></a>
<div class="hovereffect">
<a href="404.html"><image class="hovimg" src="assets/img/404Error.jpg" alt="not found"/><a/>
<div class="hover">
<div class="outer_text">
<h3>Hey What are you looking for???</h3>
<p>It's Not Found<p/>
</div>
</div>
</div>
</div>
<div class="sidebar">
<div class="samesidebar">
<h2>Latest Article</h2>
<ul class="latestArticle">
<li><a href="#">Our Latest Article One</a></li>
<li><a href="#">Our Latest Article Two</a></li>
<li><a href="#">Our Latest Article Three</a></li>
<li><a href="#">Our Latest Article Four</a></li>
<li><a href="#">Our Latest Article Five</a></li>
<li><a href="#">Our Latest Article Six</a></li>
<li><a href="#">Our Latest Article Seven</a></li>
</ul>
</div>
<div class="samesidebar">
<h2>Popular Article</h2>
<h3><a href="#">Post title will be go here.</a></h3>
<a href="#"><img src="assets/img/post.jpg" alt="post image"></a>
<p>Some text will be go here. Some text will be go here. Some text will be go here. Some text will be go here. Some text will be go here.</p>
</div>
<div class="samesidebar">
<h2>Sidebar Heading</h2>
<p>Some text will be go here. Some text will be go here. Some text will be go here. Some text will be go here. Some text will be go here.</p>
<p>Some text will be go here. Some text will be go here. Some text will be go here. Some text will be go here. Some text will be go here.</p>
</div>
</div>
</div>
<!--<div style="clear:both;"></div>-->
<div class="footersection template">
<div class="footermenu">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Gallery</a></li>
<li><a href="#">Other</a></li>
</ul>
</div>
<p>copyright:©SA.Foundation All Right Resrved.2019</p>
</div>
<!-- All javascript code goes here.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
-->
<script src="assets/js/jquery.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.nivo.slider.js" type="text/javascript"></script>
<script src="assets/js/custom.js" type="text/javascript"></script>
<script src="assets/js/scrolltotop.js" type="text/javascript"></script>
</body>
</html>