the-internet-vagabond-dot-com/404.html
2015-04-09 21:59:17 -04:00

34 lines
714 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>The Internet Vagabond :: Page Not Found</title>
<meta name="description"
content="Rants of a wandering techy, in search of truth,
knowledge, and a decent ping." />
<meta name="author" content="Bill 'Vagabond Azulien' Nibz" />
<link rel="stylesheet" type="text/css"
href="/src/404.css" />
</head>
<body>
<!-- Top Bar -->
<header>
<ul id="title">
<li>The</li><li>Internet</li><li>Vagabond</li>
</ul>
</header>
<!-- Message -->
<article>
<h1>404 :: Page Not Found</h1>
<p><a href="http://www.theinternetvagabond.com">Click here
to go home.</a></p>
</article>
<!-- Footer -->
<footer>
<div id="cw">Niblock&copy2015</div>
</footer>
</body>