-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
31 lines (31 loc) · 847 Bytes
/
404.html
File metadata and controls
31 lines (31 loc) · 847 Bytes
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
<!DOCTYPE HTML>
<html>
<head>
<title>0hh 404</title>
<meta name="keywords" content="404 " />
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<!--start-wrap--->
<div class="wrap">
<!---start-header---->
<div class="header">
<div class="logo">
<h1><a href="#">Ohh</a></h1>
</div>
</div>
<!---End-header---->
<!--start-content------>
<div class="content">
<img src="images/error-img.png" title="error" />
<p><span><label>O</label>hh.....</span>You Requested the page that is no longer There.</p>
<a href="#">Back To Home</a>
<div class="copy-right">
<p>© DonLab IIT Madras| Designed using <a href="http://w3layouts.com/">W3Layouts</a></p>
</div>
</div>
<!--End-Cotent------>
</div>
<!--End-wrap--->
</body>
</html>