forked from kadzaki/404-Error-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.htm
24 lines (24 loc) · 808 Bytes
/
404.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link type="text/css" rel="stylesheet" href="style.css"/>
<script type="text/javascript" src="jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="functions.js"></script>
<title>Error 404</title>
</head>
<body>
<div id="container">
<div class="top" align="center"></div>
<p>This page does no longer exist on this site <em>!!</em></p>
<img src="images/go-to.png" class="toggle">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</body>
</html>