add header navlinks in html
This commit is contained in:
parent
c7332459b9
commit
05d19c0a30
9 changed files with 61 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue