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
853 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">&lt; prev</a>
|
<a href="https://example.org">webring (i hope)</a>
|
<a href="https://example.org">next &gt;</a>
<br>
<br>
1 year ago
<a href="https://github.com/aprzn123/interestingzinc.xyz">view source</a>
1 year ago
{#
<br>
{{__tera_context}}
#}
</div>
</body>
</html>