add header navlinks in html

This commit is contained in:
stev 2023-02-27 13:06:17 +01:00
parent c7332459b9
commit 05d19c0a30
9 changed files with 61 additions and 2 deletions

View file

@ -10,3 +10,9 @@
</head>
<body>
<nav>
<ul>
<li><a href="/index.html">/home/stev</a></li>
<li><a href="/gemlog/index.html">~/logs</a></li>
</ul>
</nav>