ficd.sh/templates/header.html
2025-07-11 03:12:28 -04:00

8 lines
213 B
HTML

<center>
<pre><a href="/" style="color: inherit; text-decoration: none;">ficd.sh</a></pre>
</center>
<ul>
{% for name, url in site_map.items() %}
<li><a href="{{ url }}">{{ name }}</a></li>
{% endfor %}
</ul>