the-internet-vagabond-dot-com/404.html

36 lines
722 B
HTML
Raw Normal View History

2015-04-10 01:02:34 +00:00
<!DOCTYPE html>
<html>
<head>
2015-04-10 01:47:59 +00:00
<title>The Internet Vagabond :: Page Not Found</title>
2015-04-10 01:02:34 +00:00
<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"
2015-04-10 01:06:05 +00:00
href="/src/404.css" />
2015-04-10 01:02:34 +00:00
</head>
<body>
<!-- Top Bar -->
<header>
<ul id="title">
<li>The</li><li>Internet</li><li>Vagabond</li>
</ul>
</header>
<!-- Message -->
<article>
2015-04-10 01:47:59 +00:00
<h1>Nope. 404.</h1>
<p>Page not found. Click
<a href="http://www.theinternetvagabond.com">here</a>
2015-04-10 01:02:34 +00:00
to go home.</p>
</article>
<!-- Footer -->
<footer>
2015-04-10 01:47:59 +00:00
<div id="cw">Niblock&copy2015</div>
2015-04-10 01:02:34 +00:00
</footer>
</body>