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.
55 lines
1.7 KiB
HTML
55 lines
1.7 KiB
HTML
<!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>
|
|
<a href="/contact">links, et al.</a>
|
|
<a href="/why-zinc">why zinc</a>
|
|
</div>
|
|
<div class="block">
|
|
{% if page.extra.image and page.extra.image_desc %}
|
|
<div id="main-image">
|
|
<a href="{{ page.extra.image }}"><img src="{{ page.extra.image }}" alt="{{ page.extra.image_desc }}"></a>
|
|
<br>
|
|
{{ page.extra.image_desc }}
|
|
</div>
|
|
{% endif %}
|
|
{% block content %} {% endblock %}
|
|
</div>
|
|
<div class="block" id="footer">
|
|
<a href="https://webring.umbreon.online/prev?from=https://interestingzinc.xyz">< prev</a>
|
|
|
|
|
<a href="https://webring.umbreon.online">webring.umbreon.online</a>
|
|
|
|
|
<a href="https://webring.umbreon.online/next?from=https://interestingzinc.xyz">next ></a>
|
|
|
|
<br>
|
|
|
|
<a href="https://webring.interestingzinc.xyz/prev?from=https://interestingzinc.xyz">< prev</a>
|
|
|
|
|
<a href="https://webring.interestingzinc.xyz/list">what webring?</a>
|
|
|
|
|
<a href="https://webring.interestingzinc.xyz/next?from=https://interestingzinc.xyz">next ></a>
|
|
|
|
<br>
|
|
<br>
|
|
|
|
<a href="https://git.interestingzinc.xyz/aprzn/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>
|
|
{#
|
|
<br>
|
|
{{__tera_context}}
|
|
#}
|
|
</div>
|
|
</body>
|
|
</html>
|