-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
74 lines (71 loc) · 2.59 KB
/
404.html
File metadata and controls
74 lines (71 loc) · 2.59 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
<!DOCTYPE HTML>
<html>
<head>
<title>Error!</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='//fonts.googleapis.com/css?family=Quattrocento+Sans' rel='stylesheet' type='text/css'>
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<div class="h_bg">
<div class="wrap">
<div class="header">
<div class="logo">
<h1><a href="index.html"><img src="images/logo.png" alt=""></a></h1>
</div>
<div class='cssmenu'>
<ul>
<li class='active'><a href='index.html'><span>Home</span></a></li>
<li><a href='about.html'><span>About</span></a></li>
<li class='has-sub'><a href='chatbot.html'><span>Chatbot</span></a>
</li>
<li class='last'><a href='contact.html'><span>Contact</span></a></li>
<div class="clear"></div>
</ul>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<div class="clear"></div>
<div class="content">
<div class="wrap">
<div class="page">
<h2>404</h2>
</div>
</div>
</div>
<div class="footer specials">
<div class="wrap">
<div class="footer_main1">
<div class="footer-grid">
<h3>Do you Know!</h3>
<p>According to Ayurveda, panchakarma are techniques to eliminate toxic elements from the body.[73] Panchakarma refers to five actions, which are meant to be performed in a designated sequence with the stated aim of restoring balance in the body through a process of purgation.</p>
<form action="search.php" method="get" accept-charset="utf-8" class="nav-form">
<input type="text" name="s" onblur="if(this.value=='') this.value=''" onfocus="if(this.value =='' ) this.value=''" value=" ">
<a href="#" onclick="document.getElementById('search-form').submit()" class="sub_button1">Subscribe</a>
</form>
<div class="clear"></div>
</div>
<div class="footer-nav1">
<ul>
<li id="twtr"><a href=""><img src="images/twitter.png" alt="" title="Twitter"></a></li>
<li id="fb"><a href=""><img src="images/fb.png" alt="" title="facebook"></a></li>
<li id="feed"><a href=""><img src="images/feed.png" alt="" title="Feed"></a></li>
<li id="plus"><a href=""><img src="images/plus.png" alt="" title="Plus"></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="ftr1-bg">
<div class="wrap">
<div class="footer1">
<p class="link"><span>Created by Hemendra Solanki</a></span></p>
</div>
</div>
</div>
</body>
</html>