diff options
| author | Botond Hende <contact@wazul.moe> | 2026-05-09 00:42:15 +0200 |
|---|---|---|
| committer | Botond Hende <contact@wazul.moe> | 2026-05-09 00:42:15 +0200 |
| commit | 6fa30eec950b85778daf13758b94799d5fe6a6ac (patch) | |
| tree | f925ddc6e7670bf1d16d3320df1d8cbada1f3590 /main/templates/main_neighbors.html.j2 | |
| parent | a3c4dab41e13795d6ab70f77265c73b7d0cc8c33 (diff) | |
added marcsello.com to neighbor sites
Diffstat (limited to 'main/templates/main_neighbors.html.j2')
| -rw-r--r-- | main/templates/main_neighbors.html.j2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/templates/main_neighbors.html.j2 b/main/templates/main_neighbors.html.j2 index 85f3ce4..378f78a 100644 --- a/main/templates/main_neighbors.html.j2 +++ b/main/templates/main_neighbors.html.j2 @@ -1,9 +1,11 @@ {% 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> + <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 %} |
