Fidgeting...
This commit is contained in:
parent
283183cb6e
commit
f433a220aa
1 changed files with 68 additions and 9 deletions
73
404.html
73
404.html
|
@ -1,10 +1,69 @@
|
||||||
---
|
<!DOCTYPE html>
|
||||||
layout: default
|
<html>
|
||||||
tabtitle: Lost
|
<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"
|
||||||
|
href="{{ site.url }}/src/404.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<!-- Top Bar -->
|
||||||
|
<header>
|
||||||
|
<ul id="title">
|
||||||
|
<li>The</li><li>Internet</li><li>Vagabond</li>
|
||||||
|
</ul>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<!-- Message -->
|
||||||
<article>
|
<article>
|
||||||
<h1> NOPE </h1>
|
<h1>Nope</h1>
|
||||||
<h2> Maybe give it another shot... </h2>
|
<p>Maybe give it another shot...</p>
|
||||||
<p> (Page not found)</p>
|
<p>(Page not found. Click <a href="http://www.theinternetvagabond.com">here</a>
|
||||||
|
to go home.</p>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer>
|
||||||
|
<div id="follow">
|
||||||
|
<a href="https://github.com/VagabondAzulien">
|
||||||
|
<img src="{{ site.url }}/src/images/github_light.png"
|
||||||
|
width="32" height="32" alt="GitHub"
|
||||||
|
title="My GitHub Repos" />
|
||||||
|
</a>
|
||||||
|
<a href="https://twitter.com/Azulien">
|
||||||
|
<img src="{{ site.url }}/src/images/twitter_light.png"
|
||||||
|
width="32" height="32" alt="Twitter"
|
||||||
|
title="My Twitter Feed" />
|
||||||
|
</a>
|
||||||
|
<a href="http://www.twitch.tv/vagabondazulien/profile">
|
||||||
|
<img src="{{ site.url }}/src/images/twitch_light.png"
|
||||||
|
width="32" height="32" alt="Twitch"
|
||||||
|
title="My Twitch Profile" />
|
||||||
|
</a>
|
||||||
|
<a href="http://steamcommunity.com/id/azulien">
|
||||||
|
<img src="{{ site.url }}/src/images/steam_light.png"
|
||||||
|
width="32" height="32" alt="Steam"
|
||||||
|
title="My Steam Profile" />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div id="info">
|
||||||
|
<div id="cw">Niblock©2015</div><br />
|
||||||
|
<a href="http://www.wtfpl.net/">
|
||||||
|
<img src="{{ site.url }}/src/images/wtfpl-badge.png"
|
||||||
|
width="80" height="15" alt="WTFPL"
|
||||||
|
title="Licensed under the WTFPL." />
|
||||||
|
</a>
|
||||||
|
<a href="http://www.w3.org/html/logo/">
|
||||||
|
<img src="{{ site.url }}/src/images/html5-badge.png"
|
||||||
|
width="50" height="15" alt="HTML5 | CSS3"
|
||||||
|
title="HTML5 Powered, CSS3 Styled" />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue