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
2023-11-25 21:48:28 +01:00

15 lines
611 B
PHP

<div class="navbar">
<span>speedie.site
<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/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>
</span>
</div>