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,6 +10,12 @@
</head>
<body>
<nav>
<ul>
<li><a href="/index.html">/home/stev</a></li>
<li><a href="/gemlog/index.html">~/logs</a></li>
</ul>
</nav>
<h1># I'm learning networking</h1>
<p>I'm currently learning networking stuff to become a sysadmin on my own waiting for the formation to start. I'm looking at a free Coursera course and videos on Youtube and I'm having a blast learning all this but it makes me want to buy all kind of things that would be way overkill both for my wallet and for my home network...</p>
</body>