2018-01-12 20:27:48 +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" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2018-02-11 04:25:07 +00:00
|
|
|
<link rel="stylesheet" type="text/css"
|
|
|
|
href="{{ site.url }}/src/styles/corrupt_layout.css" />
|
|
|
|
<link rel="stylesheet" type="text/css"
|
|
|
|
href="{{ site.url }}/src/styles/corrupt_typog.css" />
|
|
|
|
<link rel="icon" type="image/x-icon"
|
|
|
|
href="{{ site.url }}/src/images/favicon.ico" />
|
2018-01-12 20:27:48 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="cor_page">
|
2018-02-11 04:25:07 +00:00
|
|
|
<header>
|
|
|
|
<div>The</div><div>Internet</div><div>Vagabond</div>
|
|
|
|
</header>
|
|
|
|
<main>
|
|
|
|
{{ content }}
|
|
|
|
</main>
|
2018-01-13 20:34:13 +00:00
|
|
|
{% include cor_menu.html %}
|
2018-01-12 20:27:48 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|