summaryrefslogtreecommitdiff
path: root/main/templates/main_wip.html.j2
blob: 991feb9810d748cb0b4d0655e137bd3585684e6b (plain)
1
2
3
4
5
6
7
8
9
10
11
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 %}