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.

40 lines
1.2 KiB
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="/thethirdcan">the third can</a>
1 year ago
<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">
1 year ago
<a href="https://webring.umbreon.online/prev?from=https://interestingzinc.xyz">&lt; prev</a>
1 year ago
|
1 year ago
<a href="https://webring.umbreon.online">webring.umbreon.online</a>
1 year ago
|
1 year ago
<a href="https://webring.umbreon.online/next?from=https://interestingzinc.xyz">next &gt;</a>
1 year ago
<br>
<br>
1 year ago
<a href="https://github.com/aprzn123/interestingzinc.xyz">view source</a>
|
fonts used: <a href="https://www.latofonts.com/">Lato</a>, <a href="https://lipamanka.gay/linjamanka"><span class="toki-pona">linja lipamanka</span></a>
1 year ago
{#
<br>
{{__tera_context}}
#}
</div>
</body>
</html>