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

73 lines
1.7 KiB
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" />
2015-04-10 02:07:12 +00:00
<style>
body {
position: relative;
background-color: #EBEBFA; }
a,a:visited,a:link,a:focus {
text-decoration: none; }
header {
position: fixed; top: 0px; left: 0px; right: 0px;
margin: 0px; padding: 10px; z-index: 5;
background-color: white;
border-bottom: 1px solid lightgrey;
box-shadow: 0px 2px 10px -5px blue; }
#title {
float: left;
list-style: none;
margin: 0px 25px; padding: 0px; }
#title li {
float:left; margin: 0px; padding: 0px;
font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
text-shadow: 2px 2px #DEDEDE; color: darkgrey; letter-spacing: 1.2em; }
#title li::first-letter {
margin: 0px; padding: 0px 2px;
font: 1.3em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color: white; text-shadow: 0px 0px 10px blue; }
footer{
position: fixed; right: 0px; bottom: 10px;
font: 0.9em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
letter-spacing: 0.4em; color: grey; }
article {
margin: auto; padding: 10px; width: 100%; }
</style>
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:59:17 +00:00
<h1>404 :: Page Not Found</h1>
<p><a href="http://www.theinternetvagabond.com">Click here
to go home.</a></p>
2015-04-10 01:02:34 +00:00
</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>