Draw the rest of the fucking owl

This commit is contained in:
2020-08-16 05:25:54 -05:00
parent 13e4ade104
commit 2f4f94bb99
34 changed files with 771 additions and 0 deletions

20
src/common-header.php Normal file
View File

@@ -0,0 +1,20 @@
<div class="header">
<a href="/" class="logocontainer">
<img class="logo" src="/logo.png" alt="some form of animu" width=384 height=384 />
<h1>9iron.club</h1>
</a>
<nav class="navbar">
<ul>
<a href="/posts"><li>Posts</li></a>
<a href="/about" class="nomobile"><li>About</li></a>
<a href="https://git.9iron.club"><li>Gitea</li></a>
<a href="https://nc.9iron.club"><li>Nextcloud</li></a>
<a href="/matrix"><li>Matrix</li></a>
<a href="https://cowfee.moe"><li>Pleroma</li></a>
<a href="https://monitor.9iron.club/d/b2thrkgMz/9iron-general?orgId=1"><li>Grafana</li></a>
<a href="/minecraft"><li>Minecraft</li></a>
<a href="/gmod"><li>Gmod</li></a>
<a href="/terraria"><li>Terraria</li></a>
</ul>
</nav>
</div>