94 lines
2.8 KiB
HTML
94 lines
2.8 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">
|
|
<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>
|
|
</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>Submissions</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>
|
|
</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="https://github.com/your-repo">GitHub Repository</a> - View the source code</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<hr style="margin: 2rem 0; opacity: 0.3;">
|
|
<p style="font-size: 0.9rem; color: #999;">Last updated: April 2, 2026</p>
|
|
</main>
|
|
</body>
|
|
</html>
|