Draw the rest of the fucking owl
This commit is contained in:
20
src/common-header.php
Normal file
20
src/common-header.php
Normal 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>
|
Reference in New Issue
Block a user