started work on site

This commit is contained in:
apex 2025-04-07 05:30:42 -04:00
parent d1fe6b595b
commit 1dbca5419f
9 changed files with 68 additions and 0 deletions

0
home/home.css Normal file
View File

0
home/home.html Normal file
View File

38
index/index.css Normal file
View File

@ -0,0 +1,38 @@
.center {
text-align: center;
}
.main {
font-size: x-large;
color: rgb(224, 193, 155);
}
.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%;
color: rgb(224, 193, 155);
}
.spacer{
padding: 2.5%;
}
.smallImage{
width: 20px;
height: auto;
}

30
index/index.html Normal file
View File

@ -0,0 +1,30 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="index.css">
<link rel="icon" type="image/x-icon" href="https://gitea.apexfight.net/assets/img/logo.png">
<title>ApexFight.net Index</title>
</head>
<body>
<div class="center main">
<h1>Index of ApexFight.net</h1>
<div class="spacer"></div>
<a class="link" href="https://index.apexfight.net/">Index</a> <br>
<a class="link" href="https://gitea.apexfight.net/">Gitea</a><br>
<a class="link" href="https://janky.apexfight.net/">Janky (CI/CD)</a><br>
<a class="link" href="https://apexfight.net/">Home</a><br>
<a class="link" href="https://snail.apexfight.net/">Snail</a><br>
<div class="spacer"></div>
<div class="spacer"></div>
<div class="spacer"></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>
</body>
</html>

0
janky/janky.css Normal file
View File

0
janky/janky.html Normal file
View File

0
janky/janky.js Normal file
View File

0
snail/snail.css Normal file
View File

0
snail/snail.html Normal file
View File