50 lines
1.9 KiB
HTML
50 lines
1.9 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6951907799659255"
|
|
crossorigin="anonymous"></script>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<title>404 - Not Found</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
<link rel="icon" type="image/png" href="pageicon.png">
|
|
</head>
|
|
<body class="error-shell">
|
|
<header>
|
|
<h1>GD fedl</h1>
|
|
<nav>
|
|
<a href="index.html">Home</a>
|
|
<a href="lists.html">Lists</a>
|
|
<a href="errors.html">Errors</a>
|
|
</nav>
|
|
</header>
|
|
<main>
|
|
<section class="panel error-page">
|
|
<div class="error-grid">
|
|
<div class="error-copy">
|
|
<p class="error-code">404 Status</p>
|
|
<h2>Page Not Found</h2>
|
|
<p>The page you were looking for is missing, renamed, or never existed on this site.</p>
|
|
<p class="muted small">Try the main navigation or jump back to one of the core FEDL sections.</p>
|
|
<div class="error-actions">
|
|
<a class="btn" href="index.html">Back To Home</a>
|
|
<a class="btn ghost-btn" href="lists.html">Open Lists</a>
|
|
</div>
|
|
</div>
|
|
<aside class="error-side">
|
|
<div>
|
|
<h3>Quick Recovery</h3>
|
|
<ul class="error-list">
|
|
<li><a href="players.html">Players<span>View the local player tracker.</span></a></li>
|
|
<li><a href="roulette.html">Roulette<span>Spin for a random demon instead.</span></a></li>
|
|
<li><a href="errors.html">Error gallery<span>Preview the rest of the status pages.</span></a></li>
|
|
</ul>
|
|
</div>
|
|
<p class="error-tip">Tip: If you want this to be your host fallback page, many static hosts look specifically for `404.html`.</p>
|
|
</aside>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
</body>
|
|
</html>
|