Upload files to "/"
This commit is contained in:
48
404.html
Normal file
48
404.html
Normal 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 didn’t 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>
|
||||
87
accessibility.html
Normal file
87
accessibility.html
Normal file
@@ -0,0 +1,87 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>GoldenAge Network | Accessibility</title>
|
||||
<meta name="description" content="Accessibility statement for GoldenAge Network. We are committed to accessibility for all users.">
|
||||
<meta name="keywords" content="accessibility, a11y, GoldenAge">
|
||||
<link rel="canonical" href="https://gasmp.net/accessibility.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 | Accessibility">
|
||||
<meta property="og:description" content="Accessibility statement for GoldenAge Network. We are committed to accessibility for all users.">
|
||||
<meta property="og:url" content="https://gasmp.net/accessibility.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 | Accessibility">
|
||||
<meta name="twitter:description" content="Accessibility statement for GoldenAge Network. We are committed to accessibility for all users.">
|
||||
<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 | Accessibility",
|
||||
"url": "https://gasmp.net/accessibility.html",
|
||||
"description": "Accessibility statement for GoldenAge Network. We are committed to accessibility for all users."
|
||||
}
|
||||
</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>Accessibility Statement</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>Our commitment</h2>
|
||||
<p>GoldenAge Network is committed to ensuring digital accessibility for all users. We work to improve the user experience for everyone.</p>
|
||||
|
||||
<h3>Standards</h3>
|
||||
<p>We follow industry best practices including the Web Content Accessibility Guidelines (WCAG) 2.1 where feasible.</p>
|
||||
|
||||
<h3>Ongoing work</h3>
|
||||
<p>We regularly audit our site and update components to improve accessibility.</p>
|
||||
|
||||
<h3>Contact</h3>
|
||||
<p>If you encounter accessibility barriers, please contact us at accessibility@gasmp.net and we will respond within 5 business days.</p>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<script src="js/scripts.js"></script>
|
||||
<script src="https://cdn.userway.org/widget.js" data-account="Grhg0DGJZw"></script>
|
||||
</body>
|
||||
</html>
|
||||
98
discord.html
Normal file
98
discord.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 | Discord</title>
|
||||
<meta name="description" content="Join the GoldenAge Network Discord to connect with our community, find events, and get help with the modpack.">
|
||||
<meta name="keywords" content="Golden Age, Discord, Minecraft, Modpack, Community, Server">
|
||||
<link rel="canonical" href="https://gasmp.net/discord.html">
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta name="theme-color" content="#ffd166">
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="GoldenAge Network | Discord">
|
||||
<meta property="og:description" content="Join the GoldenAge Network Discord to connect with our community, find events, and get help with the modpack.">
|
||||
<meta property="og:url" content="https://gasmp.net/discord.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 | Discord">
|
||||
<meta name="twitter:description" content="Join the GoldenAge Network Discord to connect with our community, find events, and get help with the modpack.">
|
||||
<meta name="twitter:image" content="https://gasmp.net/media/gawebsitepreview.png">
|
||||
<!-- Preconnect -->
|
||||
<link rel="preconnect" href="https://discord.com" crossorigin>
|
||||
<!-- Structured Data -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebPage",
|
||||
"name": "GoldenAge Network | Discord",
|
||||
"url": "https://gasmp.net/discord.html",
|
||||
"description": "Join the GoldenAge Network Discord to connect with our community, find events, and get help with the modpack."
|
||||
}
|
||||
</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">
|
||||
<!-- developed with love by pvrz (chris) -->
|
||||
|
||||
<!-- redirect script -->
|
||||
<script>
|
||||
// redirects to discord after 0.1 seconds
|
||||
setTimeout(function() {
|
||||
window.location.href = "https://discord.gg/BHHCbj3uwP";
|
||||
}, 100);
|
||||
</script>
|
||||
|
||||
<!-- navbar -->
|
||||
<nav class="navbar">
|
||||
<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">
|
||||
<i class="fas fa-bars"></i>
|
||||
</button>
|
||||
<div class="navbar-collapse">
|
||||
<ul class="navbar-nav">
|
||||
<li><a href="#news"><i class="fas fa-house"></i> Home</a></li>
|
||||
<li><a href="#about"><i class="fas fa-circle-info"></i> About</a></li>
|
||||
<li><a href="#features"><i class="fas fa-star"></i> Features</a></li>
|
||||
<li><a href="#staff"><i class="fas fa-users"></i> Staff</a></li>
|
||||
<li><a href="https://discord.gg/BHHCbj3uwP" target="_blank" class="btn btn-primary"><i class="fab fa-discord"></i> Discord</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<!-- discord section -->
|
||||
<section id="discord" class="container discord-section">
|
||||
<h2>Redirecting you to our Discord..</h2>
|
||||
<div class="discord-embed">
|
||||
<iframe src="https://discord.com/widget?id=1424257010035331145&theme=dark" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- footer -->
|
||||
<div class="footer-container">
|
||||
<img src="media/goldenagelogosquare.png" alt="GoldenAge Logo" class="footer-logo-above">
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="social-media">
|
||||
<a href="https://github.com/goldenagenetwork" target="_blank"><i class="fab fa-github"></i></a>
|
||||
<a href="https://discord.gg/BHHCbj3uwP" target="_blank"><i class="fab fa-discord"></i></a>
|
||||
</div>
|
||||
<p>© 2025 GoldenAge Network. All Rights Reserved.</p>
|
||||
<p>Website developed by <a href="https://github.com/pvrzz">pvrz</a></p>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script src="js/scripts.js"></script>
|
||||
<script src="https://cdn.userway.org/widget.js" data-account="Grhg0DGJZw"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
184
index.html
Normal file
184
index.html
Normal file
@@ -0,0 +1,184 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>GoldenAge Network</title>
|
||||
<meta name="description" content="Welcome to the GoldenAge Network, a Minecraft modpack server network. Join us for peak-performance servers, exciting events, and a friendly, active, and welcoming community!">
|
||||
<meta name="keywords" content="Golden Age, MC Server, MC Servers, MC SMP Servers, MC SMP Server, GoldenAge, GoldenAge SMP, GoldenAge Server, Modpack Server, Minecraft SMP, SMP, Minecraft, Modpack, Server, Gaming, Community, Events, Custom Mods">
|
||||
<link rel="canonical" href="https://gasmp.net/">
|
||||
<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">
|
||||
<meta property="og:description" content="A community-driven Minecraft modpack network with custom modpacks, events, and active development.">
|
||||
<meta property="og:url" content="https://gasmp.net/">
|
||||
<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">
|
||||
<meta name="twitter:description" content="A community-driven Minecraft modpack network with custom modpacks, events, and active development.">
|
||||
<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.com" crossorigin>
|
||||
<!-- Structured Data -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Organization",
|
||||
"name": "GoldenAge Network",
|
||||
"url": "https://gasmp.net/",
|
||||
"logo": "https://gasmp.net/media/goldenagelogozoomedin.png",
|
||||
"sameAs": [
|
||||
"https://github.com/goldenagenetwork",
|
||||
"https://discord.gg/BHHCbj3uwP"
|
||||
]
|
||||
}
|
||||
</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>
|
||||
<a class="skip-link" href="#main-content">Skip to content</a>
|
||||
|
||||
<div class="announcement-bar" role="banner" aria-hidden="false">
|
||||
<a href="https://www.curseforge.com/minecraft/modpacks/goldenage-the-new-era/files/all?page=1&pageSize=20&showAlphaFiles=show" target="_blank" rel="noopener" aria-label="Download The New Age pack">THE NEW ERA | PACK VERSION AP_03 RELEASED!</a>
|
||||
</div>
|
||||
|
||||
<!-- navbar -->
|
||||
<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="#news"><i class="fas fa-house"></i> Home</a></li>
|
||||
<li><a href="#about"><i class="fas fa-circle-info"></i> About</a></li>
|
||||
<li><a href="#features"><i class="fas fa-star"></i> Features</a></li>
|
||||
<li><a href="#staff"><i class="fas fa-users"></i> Staff</a></li>
|
||||
<li><a href="https://discord.gg/BHHCbj3uwP" target="_blank" class="btn btn-primary"><i class="fab fa-discord"></i> Discord</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<!-- main container -->
|
||||
<main id="main-content">
|
||||
<header id="news" class="main-header">
|
||||
<div class="video-container">
|
||||
<video src="media/background.mp4" autoplay muted loop playsinline class="background-video"></video>
|
||||
</div>
|
||||
<div class="content-overlay">
|
||||
<img src="media/goldenagelogozoomedin.png" alt="GoldenAge Network Logo" class="main-logo">
|
||||
<p>Your new favorite Minecraft modpack network.</p>
|
||||
<a href="https://discord.gg/BHHCbj3uwP" target="_blank" class="btn btn-primary"><i class="fab fa-discord"></i> Join our Discord</a>
|
||||
</div>
|
||||
</header>
|
||||
</main>
|
||||
|
||||
<!-- latest pack section -->
|
||||
<section id="latest-pack" class="container latest-pack-section">
|
||||
<h2>Latest Pack: The New Era</h2>
|
||||
<div class="pack-content">
|
||||
<div class="pack-info">
|
||||
<p>Our newest modpack, "The New Era," is currently in <strong>alpha</strong>. Be among the first to experience it and help us shape its development!</p>
|
||||
<a href="https://curseforge.com/minecraft/modpacks/goldenage-the-new-era" target="_blank" class="btn"><i class="fas fa-download"></i> Download on CurseForge</a>
|
||||
</div>
|
||||
<div class="video-wrapper">
|
||||
<iframe src="https://www.youtube.com/embed/1YwLm2atLy4?si=v5BNZJRTpN0OWxpw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- about section -->
|
||||
<section id="about" class="container about-section">
|
||||
<div class="about-content">
|
||||
<h2>About Us</h2>
|
||||
<p>Welcome to the GoldenAge Network, a community-driven Minecraft server network. We're dedicated to providing a unique and engaging experience for all players. Our server features custom modpacks, exciting community events, and a team of active developers constantly working to improve your adventure.</p>
|
||||
<p>Join us today and become part of our growing community!</p>
|
||||
</div>
|
||||
<div class="about-image">
|
||||
<img src="media/gamescreenshot_lava.png" alt="GoldenAge Network Gameplay Screenshot">
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- features section -->
|
||||
<section id="features" class="container">
|
||||
<h2>Features</h2>
|
||||
<div class="features-grid">
|
||||
<div class="feature-card">
|
||||
<i class="fas fa-cubes"></i>
|
||||
<h3>Custom Modpacks</h3>
|
||||
<p>Explore our unique selection of custom-built modpacks.</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<i class="fas fa-users"></i>
|
||||
<h3>Community Events</h3>
|
||||
<p>Participate in exciting events and contests with the community.</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<i class="fas fa-server"></i>
|
||||
<h3>Reliable Uptime</h3>
|
||||
<p>Enjoy uninterrupted gameplay with our reliable servers.</p>
|
||||
</div>
|
||||
<div class="feature-card">
|
||||
<i class="fas fa-code-branch"></i>
|
||||
<h3>Active Development</h3>
|
||||
<p>We are constantly updating and improving our network.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- staff section -->
|
||||
<section id="staff" class="container">
|
||||
<h2>Head of Staff</h2>
|
||||
<div class="staff-grid">
|
||||
<div class="staff-card">
|
||||
<img src="media/giligens_mc.png" alt="giligens Minecraft Character">
|
||||
<h3>giligens</h3>
|
||||
<p>Creator</p>
|
||||
</div>
|
||||
<div class="staff-card">
|
||||
<img src="media/pvrz_mc.png" alt="pvrz Minecraft Character">
|
||||
<h3>pvrz</h3>
|
||||
<p>Head of Administration</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- discord section -->
|
||||
<section id="discord" class="container discord-section">
|
||||
<h2>Join the Discord</h2>
|
||||
<div class="discord-embed">
|
||||
<iframe src="https://discord.com/widget?id=1424257010035331145&theme=dark" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- footer -->
|
||||
<div class="footer-container">
|
||||
<img src="media/goldenagelogosquare.png" alt="GoldenAge Logo" class="footer-logo-above">
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="social-media">
|
||||
<a href="https://github.com/goldenagenetwork" target="_blank"><i class="fab fa-github"></i></a>
|
||||
<a href="https://discord.gg/BHHCbj3uwP" target="_blank"><i class="fab fa-discord"></i></a>
|
||||
</div>
|
||||
<p>© 2025 GoldenAge Network. All Rights Reserved.</p>
|
||||
<p>Website developed by <a href="https://github.com/pvrzz">pvrz</a></p>
|
||||
<p><a href="privacy.html">Privacy Policy</a> · <a href="terms.html">Terms of Service</a> · <a href="accessibility.html">Accessibility Statement</a></p>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<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