* details-link in topnavigation, as it is hard to fetch links from within

a text
This commit is contained in:
age 2007-02-12 09:12:19 +00:00
parent 1f87fb2500
commit e19b7c78b2
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
<div class="navbar">
<p>
<a href="index.html">Home</a> |
<a href="details.html">Details</a> |
<a href="download.html">Download</a> |
<a href="screenshots.html">Screenshots</a> |
<a href="demo.html">Demo</a> |
<a href="support.html">Support</a> |
<a href="faq.html">FAQ</a> |
<a href="development.html">Development</a>
</p>
</div>