Early draft of website content

This commit is contained in:
Hornwitser 2025-01-25 08:55:26 +01:00
parent ef8aaa6f6d
commit f7bc525310
8 changed files with 163 additions and 23 deletions

View file

@ -14,7 +14,10 @@ export function BasePage(props: BaseProps) {
<body>
<header class="header">
<nav>
<a href="/index.html">Home</a> <a href="/updates.html">Updates</a> <a href="/projects.html">Projects</a>
<a href="/index.html">Home</a>
<a href="/updates.html">Updates</a>
<a href="/words.html">Words</a>
<a href="/projects.html">Projects</a>
</nav>
</header>
{props.children}