oe7drt-website/layouts/partials/extend-footer.html
Dominic Reich 0fa263333d
update extended footer (removes i18n dir) and makes it hardcoded in english
→ but that would have been the way to make this available in more languages I guess…
2023-06-18 07:03:01 +02:00

8 lines
521 B
HTML

<div class="flex items-center justify-between">
<div>
<p class="text-xs text-neutral-500 dark:text-neutral-400">
Served with <a class="hover:underline hover:decoration-primary-400 hover:text-primary-500" href="https://www.openbsd.org/" target="_blank" rel="noopener noreferrer">OpenBSD</a> and <a class="hover:underline hover:decoration-primary-400 hover:text-primary-500" href="https://httpd.apache.org/" target="_blank" rel="noopener noreferrer">Apache httpd</a>
</p>
</div>
</div>