Upload files to "/"
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
# website
|
||||
# Website
|
||||
|
||||
The official website for GoldenAge Network.
|
||||
Last updated: 2/4/2026
|
||||
Official website repository for GoldenAge Network.
|
||||
|
||||
6
SECURITY.md
Normal file
6
SECURITY.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Security Policy
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
If you spot a vulnerability, or run into one accidentally, please report them immediately to:
|
||||
vulns@gasmp.net
|
||||
98
privacy.html
Normal file
98
privacy.html
Normal file
@@ -0,0 +1,98 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>GoldenAge Network | Privacy Policy</title>
|
||||
<meta name="description" content="Privacy policy for GoldenAge Network. Learn how we collect, use and protect your data.">
|
||||
<meta name="keywords" content="privacy, policy, GoldenAge, data">
|
||||
<link rel="canonical" href="https://gasmp.net/privacy.html">
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="theme-color" content="#ffd166">
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="GoldenAge Network | Privacy Policy">
|
||||
<meta property="og:description" content="Privacy policy for GoldenAge Network. Learn how we collect, use and protect your data.">
|
||||
<meta property="og:url" content="https://gasmp.net/privacy.html">
|
||||
<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="GoldenAge Network | Privacy Policy">
|
||||
<meta name="twitter:description" content="Privacy policy for GoldenAge Network. Learn how we collect, use and protect your data.">
|
||||
<meta name="twitter:image" content="https://gasmp.net/media/gawebsitepreview.png">
|
||||
<!-- Preconnect -->
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link rel="preconnect" href="https://www.youtube-nocookie.com" crossorigin>
|
||||
<!-- Structured Data -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebPage",
|
||||
"name": "GoldenAge Network | Privacy Policy",
|
||||
"url": "https://gasmp.net/privacy.html",
|
||||
"description": "Privacy policy for GoldenAge Network. Learn how we collect, use and protect your data."
|
||||
}
|
||||
</script>
|
||||
<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">
|
||||
<nav class="navbar" role="navigation" aria-label="Main navigation">
|
||||
<div class="container">
|
||||
<a href="/" class="navbar-brand">
|
||||
<img src="media/goldenagelogosquare.png" alt="GoldenAge Logo" class="logo">
|
||||
</a>
|
||||
<button class="navbar-toggler" aria-label="Toggle navigation" aria-expanded="false">
|
||||
<i class="fas fa-bars"></i>
|
||||
</button>
|
||||
<div class="navbar-collapse">
|
||||
<ul class="navbar-nav">
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="privacy.html">Privacy Policy</a></li>
|
||||
<li><a href="terms.html">Terms of Service</a></li>
|
||||
<li><a href="accessibility.html">Accessibility</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<main id="main-content">
|
||||
<header class="main-header">
|
||||
<div class="content-overlay">
|
||||
<h1>Privacy Policy</h1>
|
||||
<p>Last updated: October 13, 2025</p>
|
||||
<a href="#content" class="btn"><i class="fas fa-arrow-down"></i> Skip to content</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<section id="content" class="container">
|
||||
<h2>Introduction</h2>
|
||||
<p>This Privacy Policy explains how GoldenAge Network collects, uses, and protects your personal information when you use our website and services.</p>
|
||||
|
||||
<h3>Information we collect</h3>
|
||||
<ul>
|
||||
<li>Information you provide directly (e.g., email when contacting us)</li>
|
||||
<li>Usage data (pages visited, timestamps, IP addresses)</li>
|
||||
<li>Cookies and similar tracking technologies</li>
|
||||
</ul>
|
||||
|
||||
<h3>How we use information</h3>
|
||||
<ul>
|
||||
<li>To provide and maintain our service</li>
|
||||
<li>To communicate updates and announcements</li>
|
||||
<li>To improve and personalize the user experience</li>
|
||||
</ul>
|
||||
|
||||
<h3>Sharing and disclosure</h3>
|
||||
<p>We do not sell personal information. We may share data with service providers for analytics and hosting.</p>
|
||||
|
||||
<h3>Contact</h3>
|
||||
<p>If you have questions about this policy, contact us at privacy@gasmp.net.</p>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<script src="js/scripts.js"></script>
|
||||
<script src="https://cdn.userway.org/widget.js" data-account="Grhg0DGJZw"></script>
|
||||
</body>
|
||||
</html>
|
||||
7
robots.txt
Normal file
7
robots.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
Sitemap: https://gasmp.net/sitemap.xml
|
||||
# hey staff! if you want to block the redirect page from being indexed, uncomment the next line
|
||||
# Disallow: /discord.html
|
||||
|
||||
Reference in New Issue
Block a user