navbar: don't send people into iframe loops!

This commit is contained in:
Mikaela Suomalainen 2014-05-20 15:45:49 +03:00
parent b5f7a71922
commit 465bd364c9
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ Navigation bar
<body>
<p>Pages</p>
<p><a href="index.html" target="right">Index</a></p>
<p><a href="index.real.html" target="right">Index</a></p>
<p>Where to find me?</p>
<!--
<a href="pages/on-topic.html" target="right">On-topic sites</a>

View File

@ -13,7 +13,7 @@
Pages
<a href="index.html" target="right">Index</a>
<a href="index.real.html" target="right">Index</a>
Where to find me?