add header navlinks in html
This commit is contained in:
parent
c7332459b9
commit
05d19c0a30
9 changed files with 61 additions and 2 deletions
|
@ -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># log index</h1>
|
||||
<p>Here will live gemlog posts about nothing and everything, I will rant a lot I thing, I could I not, you deserve entertainment!</p>
|
||||
<p>there's a list of ideas:</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue