summaryrefslogtreecommitdiff
path: root/main/templates/main_neighbors.html.j2
blob: b64c6f590d30ee6e57f64e5ab3de1fbc014efc01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% 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>
    <h2>Fanlistings I'm part of:</h2>
    <a href="http://fan.after-death.org/crows" target="_blank"><img src="/assets/image/fanlisting/crows.png" alt="http://fan.after-death.org/crows" title="http://fan.after-death.org/crows" style="width:50px;height:50px;"></a>
    <a href="https://n7.redcrown.net" target="_blank"><img src="/assets/image/fanlisting/masseffect.png" alt="Mass Effect series fanlisting"></a>
</div>
{% endblock %}