forked from user2014/user2014.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
30 lines (26 loc) · 1.16 KB
/
404.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
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="imagetoolbar" content="no" />
<link rel="shortcut icon" type="image/x-icon" href="http://kidmondo.com/wp-content/themes/kidmondo2/images/favicon.ico" />
<meta name="robots" content="noindex,nofollow" />
<title>Nothing found for 404</title>
<style type="text/css">
body {margin: 0; padding: 20px; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#666666;}
.error_page {width: 600px; padding: 50px; margin: auto;}
.error_page h1 {margin: 20px 0 0;}
.error_page p {margin: 10px 0; padding: 0;}
a {color: navy; text-decoration:none;}
a:hover {color: #9caa6d; text-decoration:underline;}
</style>
</head>
<body class="login">
<div class="error_page">
<img alt="Frink" src="/images/useR-middle.png" />
<h1>Oh no!</h1>
<p>The page you are looking for cannot be found.</p>
<p>Return to the <a href="/">homepage</a></p>
</div>
</body>
</html>