You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
825 B
HTML
35 lines
825 B
HTML
1 year ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<link rel="stylesheet" href="/style.css">
|
||
|
<title>i hear theres an aprzn here</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="block" id="header">
|
||
|
<h1 class="title">hey this zinc isnt interesting at all!</h1>
|
||
|
<a href="/">home</a>
|
||
|
<a href="/music">my music</a>
|
||
|
<a href="/contact">links, et al.</a>
|
||
|
<a href="/why-zinc">why zinc</a>
|
||
|
</div>
|
||
|
<div class="block">
|
||
|
{% block content %} {% endblock %}
|
||
|
</div>
|
||
|
<div class="block" id="footer">
|
||
|
<a href="https://example.org">< prev</a>
|
||
|
|
|
||
|
<a href="https://example.org">webring (i hope)</a>
|
||
|
|
|
||
|
<a href="https://example.org">next ></a>
|
||
|
<br>
|
||
|
<br>
|
||
|
<a href="https://example.org">view source</a>
|
||
|
{#
|
||
|
<br>
|
||
|
{{__tera_context}}
|
||
|
#}
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|