Early draft of website content
This commit is contained in:
parent
ef8aaa6f6d
commit
f7bc525310
8 changed files with 163 additions and 23 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue