damaj.tech/templates/header.php

11 lines
238 B
PHP
Raw Normal View History

2023-10-30 18:08:33 +00:00
<div class="box">
<header>
<img src='/img/d301d.png' alt='Site Icon' width=25px height=25px></img>
<div class="header">
<a href="/">[Main]</a>
2024-03-30 01:24:28 +00:00
<a href="/site/whoami">[Who Am I?]</a>
<a href="/site/blog">[Blog]</a>
2023-10-30 18:08:33 +00:00
</header>
</div>
</div>