Draft links page

This commit is contained in:
Hornwitser 2025-01-25 10:46:08 +01:00
parent db0ec6f797
commit 7f8132d33e
4 changed files with 322 additions and 0 deletions

View file

@ -18,6 +18,7 @@ export function BasePage(props: BaseProps) {
<a href="/updates.html">Updates</a>
<a href="/words.html">Words</a>
<a href="/projects.html">Projects</a>
<a href="/links.html">Links</a>
</nav>
</header>
{props.children}