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

<div class="navbar">
<a href="/">Home</a>
<a href="/blog/" rel="noreferrer" target="_blank">Blog</a>
<a href="https://status.bbaovanc.com/" rel="noreferrer" target="_blank">Status</a>
<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>
<a href="/referrals/">Referral Codes</a>
<a href="/contact/">Contact Me</a>
<a href="/gpg-fingerprints/">GPG Fingerprints</a>
<a href="/fun/">Fun</a>
</div>