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

70 lines
1.8 KiB
HTML
Raw Normal View History

2015-04-10 01:02:34 +00:00
<!DOCTYPE html>
<html>
<head>
<title>The Internet Vagabond :: {{ page.tabtitle }}</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"
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>
<h1>Nope</h1>
<p>Maybe give it another shot...</p>
<p>(Page not found. Click <a href="http://www.theinternetvagabond.com">here</a>
to go home.</p>
</article>
<!-- Footer -->
<footer>
<div id="follow">
<a href="https://github.com/VagabondAzulien">
2015-04-10 01:06:05 +00:00
<img src="/src/images/github_light.png"
2015-04-10 01:02:34 +00:00
width="32" height="32" alt="GitHub"
title="My GitHub Repos" />
</a>
<a href="https://twitter.com/Azulien">
2015-04-10 01:06:05 +00:00
<img src="/src/images/twitter_light.png"
2015-04-10 01:02:34 +00:00
width="32" height="32" alt="Twitter"
title="My Twitter Feed" />
</a>
<a href="http://www.twitch.tv/vagabondazulien/profile">
2015-04-10 01:06:05 +00:00
<img src="/src/images/twitch_light.png"
2015-04-10 01:02:34 +00:00
width="32" height="32" alt="Twitch"
title="My Twitch Profile" />
</a>
<a href="http://steamcommunity.com/id/azulien">
2015-04-10 01:06:05 +00:00
<img src="/src/images/steam_light.png"
2015-04-10 01:02:34 +00:00
width="32" height="32" alt="Steam"
title="My Steam Profile" />
</a>
</div>
<div id="info">
<div id="cw">Niblock&copy2015</div><br />
<a href="http://www.wtfpl.net/">
2015-04-10 01:06:05 +00:00
<img src="/src/images/wtfpl-badge.png"
2015-04-10 01:02:34 +00:00
width="80" height="15" alt="WTFPL"
title="Licensed under the WTFPL." />
</a>
<a href="http://www.w3.org/html/logo/">
2015-04-10 01:06:05 +00:00
<img src="/src/images/html5-badge.png"
2015-04-10 01:02:34 +00:00
width="50" height="15" alt="HTML5 | CSS3"
title="HTML5 Powered, CSS3 Styled" />
</a>
</div>
</footer>
</body>