added index, and temporary pages

This commit is contained in:
apex 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,46 @@
.center {
text-align: center;
}
.smallertext {
font-size: large;
}
.nohead {
font-size: 26pt;
}
.main {
font-family: monospace;
font-weight: 500;
font-size: x-large;
color: rgba(230, 186, 142, 0.747);
}
.link:link {
color: bisque;
text-decoration: none;
}
.link:visited {
color: bisque;
text-decoration: none;
}
.link:hover {
color: rgba(255, 228, 196, 0.564);
}
.link:active {
color: bisque;
}
body {
background-color: rgb(22, 9, 38);
}
.footer{
font-size: small;
padding-top: 10%;
}
.spacer{
padding: 2.5%;
}
.smallImage{
width: 20px;
height: auto;
}

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>

View File

@ -1,6 +1,9 @@
.center {
text-align: center;
}
.nohead {
font-size: 26pt;
}
.main {
font-family: monospace;
font-weight: 500;

View File

@ -7,8 +7,8 @@
</head>
<body>
<div class="center main">
<h1>Index of ApexFight.net</h1>
<div class="spacer"></div>
<div class="nohead">Index of ApexFight.net</div>
<div class="spacer"></div>

View File

@ -0,0 +1,46 @@
.center {
text-align: center;
}
.smallertext {
font-size: large;
}
.nohead {
font-size: 26pt;
}
.main {
font-family: monospace;
font-weight: 500;
font-size: x-large;
color: rgba(230, 186, 142, 0.747);
}
.link:link {
color: bisque;
text-decoration: none;
}
.link:visited {
color: bisque;
text-decoration: none;
}
.link:hover {
color: rgba(255, 228, 196, 0.564);
}
.link:active {
color: bisque;
}
body {
background-color: rgb(22, 9, 38);
}
.footer{
font-size: small;
padding-top: 10%;
}
.spacer{
padding: 2.5%;
}
.smallImage{
width: 20px;
height: auto;
}

View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="janky.css">
<link rel="icon" type="image/x-icon" href="https://gitea.apexfight.net/assets/img/logo.png">
<title>ApexFight.net Janky</title>
</head>
<div class="main center">
<div class="spacer"></div>
<div class="nohead">Under Construction...</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>

View File

@ -0,0 +1,46 @@
.center {
text-align: center;
}
.smallertext {
font-size: large;
}
.nohead {
font-size: 26pt;
}
.main {
font-family: monospace;
font-weight: 500;
font-size: x-large;
color: rgba(230, 186, 142, 0.747);
}
.link:link {
color: bisque;
text-decoration: none;
}
.link:visited {
color: bisque;
text-decoration: none;
}
.link:hover {
color: rgba(255, 228, 196, 0.564);
}
.link:active {
color: bisque;
}
body {
background-color: rgb(22, 9, 38);
}
.footer{
font-size: small;
padding-top: 10%;
}
.spacer{
padding: 2.5%;
}
.smallImage{
width: 20px;
height: auto;
}

View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="snail.css">
<link rel="icon" type="image/x-icon" href="https://gitea.apexfight.net/assets/img/logo.png">
<title>ApexFight.net Janky</title>
</head>
<div class="main center">
<div class="spacer"></div>
<div class="nohead">Under Construction...</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>