122 lines
4.2 KiB
HTML
122 lines
4.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<meta name="description" content="Complete sitemap of all FEDL pages and resources.">
|
|
<title>Sitemap — FEDL</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
<link rel="icon" type="image/png" href="pageicon.png">
|
|
<style>
|
|
.sitemap-content {
|
|
max-width: 800px;
|
|
}
|
|
.sitemap-section {
|
|
margin-bottom: 2rem;
|
|
}
|
|
.sitemap-section h2 {
|
|
font-size: 1.25rem;
|
|
margin-bottom: 1rem;
|
|
margin-top: 1.5rem;
|
|
}
|
|
.sitemap-section ul {
|
|
list-style: none;
|
|
padding: 0;
|
|
}
|
|
.sitemap-section li {
|
|
margin-bottom: 0.75rem;
|
|
}
|
|
.sitemap-section a {
|
|
color: #00d4ff;
|
|
text-decoration: none;
|
|
}
|
|
.sitemap-section a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body data-page="sitemap">
|
|
<header>
|
|
<h1>FEDL - Ranked Demon List</h1>
|
|
<nav>
|
|
<a href="index.html">Home</a>
|
|
<a href="guess.html">Guess Game</a>
|
|
<a href="players.html">Players</a>
|
|
<a href="lists.html">Lists</a>
|
|
<a href="run.html">Submit Run</a>
|
|
<a href="rules.html">Rules</a>
|
|
<a href="roulette.html">Roulette</a>
|
|
<a href="admelist.html">Admin</a>
|
|
</nav>
|
|
</header>
|
|
<main class="sitemap-content">
|
|
<h1>Sitemap</h1>
|
|
<p>Welcome to the FEDL sitemap. Below you'll find all the pages and resources available on our site.</p>
|
|
|
|
<section class="sitemap-section">
|
|
<h2>Main Pages</h2>
|
|
<ul>
|
|
<li><a href="index.html">Home</a> - FEDL Hub and overview</li>
|
|
<li><a href="lists.html">Rankings</a> - Browse the complete ranked demon list</li>
|
|
<li><a href="rules.html">Rules</a> - Submission rules and guidelines</li>
|
|
<li><a href="contact.html">Contact</a> - Get in touch with us</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<section class="sitemap-section">
|
|
<h2>Games & Tools</h2>
|
|
<ul>
|
|
<li><a href="guess.html">Guess Game</a> - Test your demon knowledge</li>
|
|
<li><a href="roulette.html">Roulette</a> - Spin for a random challenge demon</li>
|
|
<li><a href="players.html">Players</a> - Browse player profiles and stats</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<section class="sitemap-section">
|
|
<h2>User Account</h2>
|
|
<ul>
|
|
<li><a href="login.html">Login</a> - Sign in to your account</li>
|
|
<li><a href="signup.html">Sign Up</a> - Create a new account</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<section class="sitemap-section">
|
|
<h2>Submissions & Communication</h2>
|
|
<ul>
|
|
<li><a href="run.html">Submit Run</a> - Submit your demon completions</li>
|
|
<li><a href="admelist.html">Admin</a> - List management tools</li>
|
|
<li><a href="messages.html">Messages</a> - View and send messages</li>
|
|
<li><a href="post.html">Post</a> - Create and view posts</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<section class="sitemap-section">
|
|
<h2>Additional Resources</h2>
|
|
<ul>
|
|
<li><a href="README.md">About FEDL</a> - Learn more about the project</li>
|
|
<li><a href="errors.html">Error Reference</a> - Common error pages and solutions</li>
|
|
<li><a href="offlineindex.html">Offline Index</a> - Browse content offline</li>
|
|
<li><a href="sitemap.html">Sitemap</a> - This page</li>
|
|
<li><a href="https://github.com/your-repo">GitHub Repository</a> - View the source code</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<section class="sitemap-section">
|
|
<h2>Error Pages</h2>
|
|
<ul>
|
|
<li><a href="401.html">401 Unauthorized</a> - Authentication required</li>
|
|
<li><a href="403.html">403 Forbidden</a> - Access denied</li>
|
|
<li><a href="404.html">404 Not Found</a> - Page not found</li>
|
|
<li><a href="429.html">429 Too Many Requests</a> - Rate limit exceeded</li>
|
|
<li><a href="500.html">500 Internal Server Error</a> - Server error</li>
|
|
<li><a href="502.html">502 Bad Gateway</a> - Gateway error</li>
|
|
<li><a href="503.html">503 Service Unavailable</a> - Service temporarily unavailable</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<hr style="margin: 2rem 0; opacity: 0.3;">
|
|
<p style="font-size: 0.9rem; color: #999;">Last updated: April 8, 2026</p>
|
|
</main>
|
|
</body>
|
|
</html>
|