Files
website/404.html
2026-02-04 18:17:32 +00:00

49 lines
2.4 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.0">
<title>Page Not Found | GoldenAge Network</title>
<meta name="description" content="Sorry, we couldn't find that page.">
<meta name="robots" content="noindex, nofollow">
<meta name="theme-color" content="#ffd166">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:title" content="Page Not Found | GoldenAge Network">
<meta property="og:description" content="Sorry, we couldn't find that page.">
<meta property="og:image" content="https://gasmp.net/media/gawebsitepreview.png">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Page Not Found | GoldenAge Network">
<meta name="twitter:description" content="Sorry, we couldn't find that page.">
<meta name="twitter:image" content="https://gasmp.net/media/gawebsitepreview.png">
<!-- Preconnect -->
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Styles & Icons -->
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="media/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body class="no-announcement page-404">
<a class="skip-link" href="#main-content">Skip to content</a>
<main id="main-content">
<header class="main-header">
<div class="content-overlay">
<img src="media/goldenagelogozoomedin.png" alt="GoldenAge Network Logo" class="main-logo" />
<h1>Looks like this link didnt survive the Golden Age.</h1>
<p>Sorry, we couldn't find that page. It might have moved or never existed.</p>
<div style="margin-top:1.5rem; display:flex; gap:1rem; justify-content:center; flex-wrap:wrap;">
<a href="index.html" class="btn"><i class="fas fa-arrow-left"></i> Go to Homepage</a>
<a href="https://discord.gg/BHHCbj3uwP" target="_blank" class="btn btn-primary"><i class="fab fa-discord"></i> Join our Discord</a>
</div>
</div>
</header>
</main>
<!-- Accessibility widget only -->
<script src="https://cdn.userway.org/widget.js" data-account="Grhg0DGJZw"></script>
</body>
</html>