diff options
| author | Botond Hende <nettingman@gmail.com> | 2026-02-01 00:36:11 +0100 |
|---|---|---|
| committer | Botond Hende <nettingman@gmail.com> | 2026-02-01 00:36:11 +0100 |
| commit | cc6bdc68cb3ed40a6e51f885ea1c7c7a4e5fa6c5 (patch) | |
| tree | 144ef9f11acd0b16b518c1ea55b548a6ed21430d /codenames/templates/codenames_root.html.j2 | |
| parent | aaee49cca9e771a7e0fbbdfe513711e94b4ff19a (diff) | |
codenames grid generator wipfeature/codenames
Diffstat (limited to 'codenames/templates/codenames_root.html.j2')
| -rw-r--r-- | codenames/templates/codenames_root.html.j2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/codenames/templates/codenames_root.html.j2 b/codenames/templates/codenames_root.html.j2 new file mode 100644 index 0000000..0cbbce7 --- /dev/null +++ b/codenames/templates/codenames_root.html.j2 @@ -0,0 +1,6 @@ +{% extends "codenames_base.html.j2" %} +{% block content %} + <a href="/classic.html">Classic/Images</a> + <br> + <a href="/duet.html">Duet</a> +{% endblock %}
\ No newline at end of file |
