Upload files to "/"

This commit is contained in:
2026-02-04 18:17:32 +00:00
parent 88841a0bc4
commit 8ef1805d9e
4 changed files with 417 additions and 0 deletions

48
404.html Normal file
View File

@@ -0,0 +1,48 @@
<!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>