-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
34 lines (34 loc) · 1.66 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
30
31
32
33
34
<?xml version="1.0"?>
<!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" lang="en" xml:lang="en" xmlns:spry='http://ns.adobe.com/spry'>
<head>
<title>Kitto - Page Not Found</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style type="text/css" media="screen">
@import url( /css/default.css );
@import url( /css/syntax.css );
</style>
</head>
<body>
<div id='header'>
<h1><a id='site_name' href='/'>Kitto</a></h1>
</div>
<div id='main-box'>
<div id='left-column'>
</div>
<div id='right-column'>
<h2 class="page-title">404 - Page Not Found</h2>
<div align='center'>
<p><img src='/images/syndicateflag.gif' alt='Yasashii Flag' border='0' /></p>
<p>The resource you are looking for could not be found. You should head to the <a href='/'>homepage</a>.</p>
</div>
</div>
</div>
<br clear='all' /><br />
<div id='footer'>
<p>Content copyright <a href='mailto:[email protected]'>Nicholas 'OwlManAtt' Evans</a> of the <a href='http://yasashiisyndicate.org'>Yasashii Syndicate.</a> Content is available under the <a href='http://creativecommons.org/licenses/by-sa/3.0/us/legalcode'>CC BY-SA</a> license.</p>
<p><a href='http://yasashiisyndicate.org'><img src='/images/yasashii_badge.png' border='0' alt='Yasashii Yoake' /></a></p>
</div>
</body>
</html>