Upload files to "/"
This commit is contained in:
33
sitemap.xml
Normal file
33
sitemap.xml
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
|
<url>
|
||||||
|
<loc>https://gasmp.net/</loc>
|
||||||
|
<lastmod>2025-10-23</lastmod>
|
||||||
|
<changefreq>weekly</changefreq>
|
||||||
|
<priority>1.0</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://gasmp.net/discord.html</loc>
|
||||||
|
<lastmod>2025-10-23</lastmod>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<priority>0.8</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://gasmp.net/privacy.html</loc>
|
||||||
|
<lastmod>2025-10-23</lastmod>
|
||||||
|
<changefreq>yearly</changefreq>
|
||||||
|
<priority>0.3</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://gasmp.net/terms.html</loc>
|
||||||
|
<lastmod>2025-10-23</lastmod>
|
||||||
|
<changefreq>yearly</changefreq>
|
||||||
|
<priority>0.3</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://gasmp.net/accessibility.html</loc>
|
||||||
|
<lastmod>2025-10-23</lastmod>
|
||||||
|
<changefreq>yearly</changefreq>
|
||||||
|
<priority>0.3</priority>
|
||||||
|
</url>
|
||||||
|
</urlset>
|
||||||
90
terms.html
Normal file
90
terms.html
Normal file
@@ -0,0 +1,90 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>GoldenAge Network | Terms of Service</title>
|
||||||
|
<meta name="description" content="Terms of Service for GoldenAge Network. Please read these terms carefully.">
|
||||||
|
<meta name="keywords" content="terms, service, GoldenAge">
|
||||||
|
<link rel="canonical" href="https://gasmp.net/terms.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 | Terms of Service">
|
||||||
|
<meta property="og:description" content="Terms of Service for GoldenAge Network. Please read these terms carefully.">
|
||||||
|
<meta property="og:url" content="https://gasmp.net/terms.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 | Terms of Service">
|
||||||
|
<meta name="twitter:description" content="Terms of Service for GoldenAge Network. Please read these terms carefully.">
|
||||||
|
<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 | Terms of Service",
|
||||||
|
"url": "https://gasmp.net/terms.html",
|
||||||
|
"description": "Terms of Service for GoldenAge Network. Please read these terms carefully."
|
||||||
|
}
|
||||||
|
</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>Terms of Service</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>Agreement to Terms</h2>
|
||||||
|
<p>By accessing or using the GoldenAge Network website, you agree to be bound by these Terms of Service. Please read them carefully.</p>
|
||||||
|
|
||||||
|
<h3>Use of the Site</h3>
|
||||||
|
<p>You must follow the community rules and not use the site for unlawful activities.</p>
|
||||||
|
|
||||||
|
<h3>Intellectual Property</h3>
|
||||||
|
<p>All content is owned by GoldenAge Network unless otherwise noted.</p>
|
||||||
|
|
||||||
|
<h3>Limitation of Liability</h3>
|
||||||
|
<p>We are not liable for damages arising from the use of this site to the maximum extent permitted by law.</p>
|
||||||
|
|
||||||
|
<h3>Contact</h3>
|
||||||
|
<p>Contact us at legal@gasmp.net for questions about these terms.</p>
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<script src="js/scripts.js"></script>
|
||||||
|
<script src="https://cdn.userway.org/widget.js" data-account="Grhg0DGJZw"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user