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>
|
||||
|
|
|
@ -30,3 +30,9 @@ pre {
|
|||
ul {
|
||||
margin: initial;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin-top: 20px;
|
||||
border-style: solid;
|
||||
color: lime;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue