added index, and temporary pages

This commit is contained in:
2025-04-12 16:12:42 -04:00
parent 9908ac699e
commit a4acd3c5ab
8 changed files with 206 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="home.css">
<link rel="icon" type="image/x-icon" href="https://gitea.apexfight.net/assets/img/logo.png">
<title>ApexFight.net</title>
</head>
<div class="main center">
<div class="spacer"></div>
<div class="nohead">ApexFight.net</div>
<div class="spacer"><br></div>
<div class="smallertext">
Index: <a class="link" href="https://index.apexfight.net/">index.apexfight.net</a>
</div>
<footer class="footer">
© ApexFight 2025, All rights reserved. <img class="smallImage" src="https://gitea.apexfight.net/assets/img/logo.png" alt="I'll Stay Up With You">
</footer>
</div>
</html>