navbar: be list.

This commit is contained in:
Mikaela Suomalainen 2014-05-23 13:41:23 +03:00
parent 25a26f4b02
commit da069b6927
2 changed files with 13 additions and 14 deletions

View File

@ -10,18 +10,19 @@ Navigation bar
<body> <body>
<p>Pages</p> <p>Pages</p>
<p><a href="index.real.html" target="right">Index</a></p> <ul class="incremental">
<li><a href="index.real.html" target="right">Index</a></li>
</ul>
<p>Where to find me?</p> <p>Where to find me?</p>
<!-- <!--
<a href="pages/on-topic.html" target="right">On-topic sites</a> * <a href="pages/on-topic.html" target="right">On-topic sites</a>
--> -->
<!-- I cannot call IRC as on-topic nor off-topic --> <!-- I cannot call IRC as on-topic nor off-topic -->
<p><a href="pages/irc.html" target="right">Internet Relay Chat</a></p> <ul class="incremental">
<!-- <li><a href="pages/irc.html" target="right">Internet Relay Chat</a> <!--
<a href="pages/off-topic.html" target="right">Off-topic sites (Social Media)</a> * <a href="pages/off-topic.html" target="right">Off-topic sites (Social Media)</a>
--> --></li>
</ul>
</body> </body>
</html> </html>
<!-- vim : set ft=html --> <!-- vim : set ft=html -->

View File

@ -13,19 +13,17 @@
Pages Pages
<a href="index.real.html" target="right">Index</a> * <a href="index.real.html" target="right">Index</a>
Where to find me? Where to find me?
<!-- <!--
<a href="pages/on-topic.html" target="right">On-topic sites</a> * <a href="pages/on-topic.html" target="right">On-topic sites</a>
--> -->
<!-- I cannot call IRC as on-topic nor off-topic --> <!-- I cannot call IRC as on-topic nor off-topic -->
<a href="pages/irc.html" target="right">Internet Relay Chat</a> * <a href="pages/irc.html" target="right">Internet Relay Chat</a>
<!-- <!--
<a href="pages/off-topic.html" target="right">Off-topic sites (Social Media)</a> * <a href="pages/off-topic.html" target="right">Off-topic sites (Social Media)</a>
--> -->
</body> </body>