This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
speedie-page/php/header-navbar.php

19 lines
812 B
PHP

<div class="navbar">
<span>speedie's page
<img src="/img/home.png" width="16" height="16">
<a href="https://speedie.site">Home</a>
<img src="/img/projects.png" width="16" height="16">
<a href="/projects">Projects</a>
<img src="/img/blog.png" width="16" height="16">
<a href="/blog.php">Blog</a>
<img src="/img/rss.svg" width="16" height="16">
<a href="/rss.xml">RSS</a>
<img src="/img/git.svg" width="16" height="16">
<a href="https://git.speedie.site">Git</a>
<img src="/img/chat.png" width="16" height="16">
<a href="https://matrix.speedie.site">Matrix space</a>
<img src="/img/monero.svg" width="16" height="16">
<a href="/donate.php">Donate</a>
</span>
</div>