blob: 85f3ce4838e37a2d43a37c2725d7ba3a43c37950 (
plain)
1
2
3
4
5
6
7
8
9
|
{% extends "main_base.html.j2" %}
{% block content %}
<div align="center">
<h2>Visit these sites, they have way cooler (and more finished) webpages than me:</h2>
<a href="https://www.tar.dev/" target="_blank"><img src="/assets/image/neighbors/tarandir.gif" alt="tar.dev" title="tar.dev" style="width:88px;height:31px;"></a>
<br>
<p>A way cooler neighbor page coming soon... (I swear.)</p>
</div>
{% endblock %}
|