-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror.html
36 lines (33 loc) · 1.24 KB
/
error.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Greefies Css Template</title>
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
</head>
<body>
<div id="main_container">
<div id="header">
<div id="logo"><a href="home.html"><img src="images/logo.gif" height="77px" width="189px" alt="" title="" border="0" /></a></div>
<div id="menu">
<ul>
<li><a class="current" href="home.php" title="">home</a></li>
</ul>
</div>
</div>
<div>
<h2>Uh oh! 404 Page not found. Dont get angry and please dont cry.</h2>
<br>
You may have followed an old link, typed in the address incorrectly, or are just trying to make us feel bad.<br><br>
<a class="current" href="home.php" title="">Click here</a> to go back to the home page and then use appropriate links
<br> <br> <br> <br> <br> <br> <br>
</div>
<div id="footer">
<div class="copyright">
</div>
<div class="fclear"></div>
<div class="fleft">All rights reserved</div>
</div>
</div> <!--end of main container-->
</body>
</html>