Files
gd-list/index.html
T
miles cc68d81440 Remove 'Errors' link from navigation
Removed the link to the 'Errors' page from the navigation.
2026-03-30 23:23:36 -05:00

64 lines
2.2 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>GD fedl</title>
<link rel="stylesheet" href="styles.css">
</head>
<body data-page="index">
<header>
<h1>GD fedl</h1>
<nav>
<a href="players.html">Players</a>
<a href="lists.html">Lists</a>
<a href="rules.html">Rules</a>
<a href="roulette.html">Roulette</a>
</nav>
</header>
<main>
<section class="panel">
<h2>Welcome</h2>
<p class="small muted">Use the top navigation to view players or fedls. This UI follows a compact table-first layout for quick browsing.</p>
</section>
<section class="layout">
<div class="panel" style="flex:1">
<h3>Quick Links</h3>
<a class="btn" href="lists.html">View Lists</a>
<a class="btn" href="players.html" style="margin-left:8px">Players</a>
<a class="btn" href="rules.html" style="margin-left:8px">Rules</a>
<a class="btn" href="roulette.html" style="margin-left:8px">Roulette</a>
<a class="btn" href="errors.html" style="margin-left:8px">Errors</a>
</div>
</section>
<section class="panel discord-panel">
<div class="discord-copy">
<div class="discord-badge">
<span class="discord-logo" aria-hidden="true">
<img src="https://cdn.prod.website-files.com/6257adef93867e50d84d30e2/66e3d7f4ef6498ac018f2c55_Symbol.svg" alt="Discord logo" />
</span>
<div>
<p class="discord-label">Community</p>
<h2>Join Our Discord</h2>
</div>
</div>
<p class="discord-text">Join the FEDL Discord to ask questions about rules, talk about levels, share progress, report issues, and get help from moderators and other players.</p>
<div class="discord-highlights">
<span>Rule help</span>
<span>Level discussion</span>
<span>Moderator support</span>
</div>
</div>
<div class="discord-actions">
<a class="btn discord-btn" href="https://discord.gg/vA8GcdCG" target="_blank" rel="noopener noreferrer">Join Now</a>
</div>
</section>
</main>
<script src="app.js"></script>
</body>
</html>