Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Commit 7ce9392

Browse files
committed
app.html redirects, reverted to index.html instead of root
1 parent fb5cd0c commit 7ce9392

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</div>
2222
</div>
2323
<div class="right" id="navbar-links">
24-
<a href="/" class="topbarButton-inac shadowDown" style="font-size: 20px;"><span>Home</span></a>
24+
<a href="index.html" class="topbarButton-inac shadowDown" style="font-size: 20px;"><span>Home</span></a>
2525
<a class="topbarButton-ac shadowDown" style="font-size: 20px;"><span>Contributors</span></a>
2626
<a href="https://github.com/TrackTheCode" class="topbarButton-inac shadowDown" style="font-size: 20px;" target="_blank"><span>Github</span></a>
2727
</div>

main.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<meta http-equiv="refresh" content="0; url=index.html" />

0 commit comments

Comments
 (0)