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

13 lines
611 B
HTML
Raw Normal View History

<div class="navbar">
<a href="/">Home</a>
2021-04-25 20:26:46 -05:00
<a href="/blog/" rel="noreferrer" target="_blank">Blog</a>
2021-01-23 20:04:33 -06:00
<a href="https://status.bbaovanc.com/" rel="noreferrer" target="_blank">Status</a>
2021-04-25 20:26:46 -05:00
<a href="https://search.bbaovanc.com/" rel="noreferrer" target="_blank">My Searx Instance</a>
<a href="https://git.bbaovanc.com/explore/repos" rel="noreferrer" target="_blank">My Git Repositories</a>
<a href="/donate/">Donate</a>
2021-03-07 22:58:23 -06:00
<a href="/referrals/">Referral Codes</a>
2020-12-17 00:35:09 -06:00
<a href="/contact/">Contact Me</a>
<a href="/gpg-fingerprints/">GPG Fingerprints</a>
2021-02-20 19:49:26 -06:00
<a href="/fun/">Fun</a>
</div>