added index, and temporary pages
This commit is contained in:
parent
9908ac699e
commit
a4acd3c5ab
@ -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;
|
||||||
|
}
|
@ -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>
|
@ -1,6 +1,9 @@
|
|||||||
.center {
|
.center {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
.nohead {
|
||||||
|
font-size: 26pt;
|
||||||
|
}
|
||||||
.main {
|
.main {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="center main">
|
<div class="center main">
|
||||||
|
<div class="spacer"></div>
|
||||||
<h1>Index of ApexFight.net</h1>
|
<div class="nohead">Index of ApexFight.net</div>
|
||||||
|
|
||||||
<div class="spacer"></div>
|
<div class="spacer"></div>
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
}
|
@ -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>
|
@ -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;
|
||||||
|
}
|
@ -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>
|
Loading…
x
Reference in New Issue
Block a user