-
Notifications
You must be signed in to change notification settings - Fork 0
/
error.html
executable file
·28 lines (27 loc) · 992 Bytes
/
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link href="./css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="tail-left"></div>
<div id="main">
<!-- header -->
<div id="header">
<h1>Nothing alive here!<span><strong>404</strong> error - not found</span></h1>
</div>
<div id="content">
<ul class="nav">
<li class="home"><a href="http://socloc.cloudapp.net/">Home Page</a></li>
</ul>
</div>
<!-- footer -->
<div id="footer">
Designed by TemplateMonster - all <a href="http://www.templatemonster.com/" target="_blank" rel="nofollow">website templates</a> found and safe!
</div>
</div>
</body>
</html>