Files
gd-list/players.html
T

44 lines
1.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Players — GD fedl</title>
<link rel="stylesheet" href="styles.css">
</head>
<body data-page="players">
<header>
<h1>Players</h1>
<nav>
<a href="index.html">Home</a>
<a href="lists.html">Lists</a>
<a href="rules.html">Rules</a>
<a href="roulette.html">Roulette</a>
</nav>
</header>
<main>
<section class="coming-shell">
<div class="coming-orb orb-one" aria-hidden="true"></div>
<div class="coming-orb orb-two" aria-hidden="true"></div>
<article class="panel coming-panel">
<p class="hero-kicker">Players Page</p>
<h2>Coming soon</h2>
<p class="coming-text">Were still cooking this page. The roster will show up here once it is done being dramatically overdesigned.</p>
<div class="coming-loader" aria-hidden="true">
<span></span>
<span></span>
<span></span>
</div>
<p class="dad-joke">Bad joke loading screen: I was going to make a Geometry Dash joke... but I kept missing the timing.</p>
<a class="btn" href="index.html">Back Home</a>
</article>
</section>
</main>
<script src="app.js"></script>
</body>
</html>