update testbed

This commit is contained in:
Daniel Fichtinger 2025-07-04 13:17:59 -04:00
parent 0de1e63a3e
commit eae5db6b4a
11 changed files with 106 additions and 7 deletions

5
templates/header.html Normal file
View file

@ -0,0 +1,5 @@
<ul>
{% for name, url in site_map.items() %}
<li><a href="{{ url }}">{{ name }}</a></li>
{% endfor %}
</ul>