This repository has been archived on 2021-05-20. You can view files and clone it, but cannot push or open issues or pull requests.
website/navbar.html

10 lines
463 B
HTML
Raw Normal View History

<div class="navbar">
<a href="/">Home</a>
2021-01-23 20:04:33 -06:00
<a href="https://status.bbaovanc.com/" rel="noreferrer" target="_blank">Status</a>
<a href="https://searx.bbaovanc.com/" rel="noreferrer" target="_blank">My Searx Instance</a>
<a href="https://git.bbaovanc.com/bbaovanc" rel="noreferrer" target="_blank">My Git Repositories</a>
2020-12-17 00:35:09 -06:00
<a href="/contact/">Contact Me</a>
<a href="/fun/">Fun</a>
<a href="/gpg-fingerprints/">GPG Fingerprints</a>
</div>