* details-link in topnavigation, as it is hard to fetch links from within
a text
This commit is contained in:
parent
1f87fb2500
commit
e19b7c78b2
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
<div class="navbar">
|
<div class="navbar">
|
||||||
<p>
|
<p>
|
||||||
<a href="index.html">Home</a> |
|
<a href="index.html">Home</a> |
|
||||||
|
<a href="details.html">Details</a> |
|
||||||
<a href="download.html">Download</a> |
|
<a href="download.html">Download</a> |
|
||||||
<a href="screenshots.html">Screenshots</a> |
|
<a href="screenshots.html">Screenshots</a> |
|
||||||
<a href="demo.html">Demo</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>
|
<a href="development.html">Development</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue