Valid path URLs + app URL without index.html

This commit is contained in:
relikd
2020-09-14 00:51:36 +02:00
parent 34fe1c1aae
commit c1f0b09399
3 changed files with 9 additions and 9 deletions

View File

@@ -21,8 +21,8 @@
<header>
<nav>
<ul id="main-nav">
<li><a href="/index/page/1">All Apps</a></li>
<li><a href="/help">Help needed</a></li>
<li><a href="/index/page/1/">All Apps</a></li>
<li><a href="/help/">Help needed</a></li>
<li><a class="no-ul" href="https://github.com/relikd/appcheck" target="_blank"><img src="/static/github.svg" alt="GitHub"></a></li>
</ul>
</nav>