blob: 378f78a83d3b26ae71ba42b36d1bafa06fbae2c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{% extends "main_base.html.j2" %}
{% block content %}
<div align="center">
<h2>Visit these sites also, they are very cool:</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>
<a href="https://marcsello.com/" target="_blank">marcsello.com</a>
<br>
<p>A way cooler neighbor page coming soon... (I swear.)</p>
</div>
{% endblock %}
|