<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8">
<!--
This HTML source code and the Python/Flask/Jinja/Perl source code used to generate it is licensed under the GNU Affero General Public License 3.0. (https://www.gnu.org/licenses/agpl-3.0.html)
The source code is available at: https://git.sr.ht/~johanvandegriff/games.johanv.xyz
-->
<link rel="stylesheet" type="text/css" href="/static/style.css">
{% if stylesheet %}
<link rel="stylesheet" type="text/css" href="/static/{{ stylesheet }}.css">
{% endif %}
<title>{{active}} | johanv.xyz | Johan Vandegriff</title>
<meta name="description" content="Johan Vandegriff's collection of games.">
<link rel="icon" href="/static/favicon.ico?" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
@media not all and (max-width: 720px) {
nav ul li {
width:{{ 100.0/nav|length() }}%
}
}
</style>
</head>
<body>
<div id="ribbon"><header><a href="/" class="greenLink"><pre id="titleText">games.johanv.xyz</pre><pre id="asciiArtSmall">
_ _ _ _ _ _ ___ _ _ _
| |_| | | | |_ |_ | | | |_| |_| |\ | | / \/ \ / /
|_| | | | | | |_ _| o |_| |_| | | | | | \| |/ o /\ | /_
</pre><pre id="asciiArt">
_ _
(_) | |
___ _ ___ _ _________ ____ ___ _ _____ | |___ ___ _ _____ __ __ __ __ _ _ ____
( _` |( _` || _ _ )( __ ) / __) | |( _ )| _ )( _` || _ )\ \ / / \ \/ /| | | |(__ /
| (_| || (_| || | | | | || ___)|___ | _ | || (_) || | | || (_| || | | | \ \/ / _ ) ( | |_| | / /_
(___, |(___,_||_| |_| |_|\___) (___/ (_) _ | |(_____)|_| |_|(___,_||_| |_| \__/ (_) /_/\_\(____ | /____)
___| | | || | ___| |
(_____) (____) (_____) </pre>
</a></header>
<nav><div id="navDropdown">☰</div><input id="navToggle" type="checkbox" checked><ul>
{% for item in nav %}
<li{% if active == item[0] %} id="active"{% endif %}><a href="{{ item[1] }}">{{ item[0] }}</a></li>
{% endfor %}
</ul></nav></div>
<div id="main">
<!-- TODO: aside -->
<section>