major styling update

This commit is contained in:
Daniel Fichtinger 2025-07-14 15:00:29 -04:00
parent 6234e27107
commit 7dcb9b6a51
6 changed files with 65 additions and 19 deletions

View file

@ -1,7 +1,8 @@
<center>
<pre><a href="/" style="color: inherit; text-decoration: none;">ficd.sh</a></pre>
</center>
<ul>
<!-- TODO: make the template write the site name-->
<li><a class="site-logo" href="/">ficd.sh</a></li>
{% for name, url in site_map.items() %}
<li><a href="{{ url }}">{{ name }}</a></li>
{% endfor %}