the-internet-vagabond-dot-com/_layouts/corrupt_index.html

31 lines
1 KiB
HTML
Raw Normal View History

<!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-01-13 04:36:02 +00:00
<link rel="stylesheet" type="text/css" href="{{ site.url }}/src/styles/corrupt.css" />
<link rel="icon" type="image/x-icon" href="{{ site.url }}/src/images/favicon.ico" />
</head>
<body>
<div class="cor_page">
<div class="cor_content">
<div class="cor_head">
<div class="title">
<div>The</div><div>Internet</div><div>Vagabond</div>
</div>
</div>
<div id="content">
{{ content }}
2018-01-13 20:34:13 +00:00
<div id="all_button">
<a href="/topics/all">All Posts</a>
</div>
</div>
</div>
2018-01-13 20:34:13 +00:00
{% include cor_menu.html %}
</div>
</body>
</html>