summaryrefslogtreecommitdiff
path: root/main/templates/main_wip.html.j2
diff options
context:
space:
mode:
authorBotond Hende <contact@wazul.moe>2026-05-08 20:21:38 +0200
committerBotond Hende <contact@wazul.moe>2026-05-08 20:21:38 +0200
commit90bd999f73b27433b94ac5b768735fd7f881a51d (patch)
treee1ff13061ba88568f000791453c5ecec53d0cb3b /main/templates/main_wip.html.j2
parent64c955727529d9dd4275c9508008c5808014afc4 (diff)
added wip page and sidebar pictures
Diffstat (limited to 'main/templates/main_wip.html.j2')
-rw-r--r--main/templates/main_wip.html.j212
1 files changed, 12 insertions, 0 deletions
diff --git a/main/templates/main_wip.html.j2 b/main/templates/main_wip.html.j2
new file mode 100644
index 0000000..991feb9
--- /dev/null
+++ b/main/templates/main_wip.html.j2
@@ -0,0 +1,12 @@
+{% extends "main_base.html.j2" %}
+{% block content %}
+ <h2>Work in progress or planned projects:</h2>
+ <ul>
+ <li>Codenames grid generator</li>
+ <li>Adding translations or at least disclaimers to the Hungarian pages on the site</li>
+ <li>A collection of my Space Station 14 characters</li>
+ <li>Medieval meme (ye olde tapestry) collection</li>
+ <li>Cool neighborhood page</li>
+ <li>Self-owned fanlistings for stuff I like (Garry's mod, Lindy Hop, Roleplaying games)</li>
+ </ul>
+{% endblock %}