Upload files to "/"
This commit is contained in:
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>
|
||||
|
||||
Reference in New Issue
Block a user