Update view/index.html

This commit is contained in:
Foxster
2024-01-03 17:03:09 -08:00
parent 16b1d3a018
commit 300efedbd4

View File

@@ -22,13 +22,13 @@
<!-- Add to AltStore banner --> <!-- Add to AltStore banner -->
<div id="top"> <div id="top">
<div id="nav-bar" class="hide-border"> <div id="nav-bar" class="hide-border">
<a href="../" class="hidden">Edit</a> <a href="../" class="hidden">Sources</a>
<div id="title" class="hidden"> <div id="title" class="hidden">
<p>AltSource Viewer</p> <p>AltSource Viewer</p>
</div> </div>
<div class="nav-bar-buttons"> <div class="nav-bar-buttons">
<a id="edit" href="../" href="https://github.com/therealFoxster/altsource-viewer"> <a id="edit" href="../" href="https://github.com/therealFoxster/altsource-viewer">
Edit Sources
</a> </a>
</div> </div>
</div> </div>