feat: initial commit

This commit is contained in:
NaitLee 2025-09-10 19:51:13 +08:00
commit 928ebf762e
22 changed files with 578 additions and 0 deletions

11
tpl/nav.php Normal file
View file

@ -0,0 +1,11 @@
<nav>
<a href="/" class="logo-link">
<svg class="logo" height="36" viewBox="0 0 512 64" aria-label="Amaharacya.one">
<use xlink:href="/assets/logo.svg#amaharacya-one-logo" />
</svg>
</a>
<div class="nav__links">
<a href="/pages.html">文章</a>
<a href="/">關於</a>
</div>
</nav>