chore: fixes

This commit is contained in:
MattTheTekie 2026-04-17 10:22:46 -04:00
commit 005196f6a3
13 changed files with 1311 additions and 204 deletions

View file

@ -1,188 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta name="darkreader-lock" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Veltron-MC</title>
<link rel="icon" type="image/x-icon" href="https://www.veltron.net/images/Veltron-MC/server-icon.png">
<link href="https:///www.veltron.net/css/Veltron-MC.css" rel="stylesheet" type="text/css" media="all">
<!-- POPUP STYLE -->
<style>
.popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);
display: none;
justify-content: center;
align-items: center;
z-index: 99999;
}
.popup-box {
background: white;
padding: 30px;
border-radius: 12px;
text-align: center;
width: 320px;
box-shadow: 0 10px 30px rgba(0,0,0,0.3);
font-family: Arial, sans-serif;
}
.popup-box h1 {
margin-bottom: 10px;
}
.popup-box button {
margin: 10px 5px 0 5px;
padding: 10px 15px;
border: none;
cursor: pointer;
border-radius: 6px;
background: #2d6cdf;
color: white;
font-weight: bold;
}
.popup-box button:hover {
background: #1f4fb3;
}
</style>
</head>
<body style="background-color:white">
<div id="sitecanvas">
<div id="siteheader">
<img src="https://www.veltron.net/images/Veltron-MC/1/veltron_mc.png" width="1020" height="235" alt="Veltron-MC">
</div>
<div id="sitemenu">
<nav class="nav">
<a href="https://play.veltron.net">🏠︎</a>
<a href="#about">Introduction</a>
<!-- JOIN BUTTON -->
<a href="#" id="joinBtn" style="justify-content: flex-end;">
<img src="https://www.veltron.net/images/Veltron-MC/1/Joinbutton.png" alt="Join Button" class="joinbutton">
</a>
<a href="https://fluxer.go.veltron.net">Fluxer Chat</a>
<a href="https://www.veltron.net">VELTRON</a>
</nav>
</div>
<div id=pagecontent>
<div class="welcomeFlex" id="about">
<div>
<h1>Welcome to Veltron-MC!</h1>
<p>Veltron-MC is a vanilla survival multiplayer (SMP) server designed for modern versions of Minecraft. Currently on an offseason break, the server focuses on refreshing the core survival experience with added challenges and rewarding gameplay. Players can explore a world filled with custom features, unique encounters, and engaging events, all while enjoying a classic SMP environment.</p>
<button class="join-btn" onclick="document.getElementById('joinBtn').click()" style="font-family:'FuturaCyrillicBold';">
Join us today ▸
</button>
</div>
<img src="http://www.veltron.net/images/Veltron-MC/2024-07-31_13.16.16.png">
</div>
<div class=imgFlex>
<div><img src="https://www.veltron.net/images/Veltron-MC/lobby.png" width="286.667" height="161.25"></div>
<div><img src="https://www.veltron.net/images/Veltron-MC/pirateship.png" width="286.667" height="161.25"></div>
<div><img src="https://www.veltron.net/images/Veltron-MC/lobby2.png" width="286.667" height="161.25"></div>
</div>
<div class=mainFlex>
<div>
<h2>What Makes Us Different?</h2>
<p>Experience Ironland in it's fullest the Ironland way today! Ironland is a rich and vibrant country waiting to be explored!</p>
<div class=mainFlex2 style="padding: 0px 20px 20px 0px;">
<div>
<h3>New Custom Content!</h3>
<p style="padding-right: 20px;"> The server introduces occasional PvE challenges and powerful boss encounters for players seeking a tougher experience. It also includes a variety of new items designed to expand and enhance the core vanilla Minecraft gameplay.</p>
</div>
<img src="http://www.veltron.net/images/Veltron-MC/2024-07-31_16.51.20.png">
</div>
<div class=mainFlex2>
<div style="padding: 0px 0px 20px 0px;">
<h3>Vanilla Changes!</h3>
<p style="padding-right: 20px;">You may also encounter several small changes to core gameplay that slightly alter progression and improve overall balance, including adjustments to resource processing and mob behavior.</p>
</div>
<img src="https://www.veltron.net/images/Veltron-MC/2024-07-31_13.16.16.png">
</div>
<div class=mainFlex2>
<div style="padding: 0px 0px 20px 0px;">
<h3>No Microtransactions!</h3>
<p style="padding-right: 30px;">You need not pay a cent to get the full content-complete experience for Veltron-MC! No Season passes! No S-Bucks! No Dagger Market! Just join and have fun!</p>
</div>
<img src="https://www.veltron.net/images/Veltron-MC/1/BlobMoney.png">
</div>
</div>
<div style="padding-left:15px">
<h2>News</h2>
<div class=newsPeek>
<img src="https://www.veltron.net/images/Veltron-MC/1/News.png" alt="The Presses...">
<h3>Nothing.</h3>
<p style="font-size:16px">No news is good news...</p>
<i><p style="font-size:11px">3/26/26</p></i>
</div>
</div>
</div>
</div>
</div>
<p style="color:white; text-align:center;">
2014-<script>document.write(new Date().getFullYear());</script> © Veltron Network </a>
</p>
</body>
</html>
<!-- POPUP -->
<div id="serverPopup" class="popup-overlay">
<div class="popup-box">
<h1>Server Details</h1>
<p><b>Cross-platform Supported</b></p>
<p><b>play.veltron.net</b></p>
<p>Bedrock: Latest Version Supported</p>
<p>Java: 1.8 1.21.x Compatible</p>
<button onclick="copyIP()">Copy IP</button>
<button onclick="closePopup()">Close</button>
</div>
</div>
<!-- JS (WORKING RELIABLE VERSION) -->
<script>
const popup = document.getElementById("serverPopup");
const joinBtn = document.getElementById("joinBtn");
joinBtn.addEventListener("click", function (e) {
e.preventDefault();
popup.style.display = "flex";
});
function closePopup() {
popup.style.display = "none";
}
function copyIP() {
navigator.clipboard.writeText("play.veltron.net");
alert("Copied: play.veltron.net");
}
// click outside to close (nice upgrade)
popup.addEventListener("click", function (e) {
if (e.target === popup) {
closePopup();
}
});
</script>
</body>
</html>

View file

@ -276,7 +276,7 @@
class="nav-icons"
alt="Felyne"
/><a
href="https://play.veltron.net"
href="mc.html"
class="nav-links-external"
>VELTRON-MC</a
>
@ -427,7 +427,7 @@ You can check out more information listed below.
<br>
<br>
<center>
We are a community of very talented FOSS developers with experience in <a href="https://hs.bam.moe/guides/index.html">Software Defined Radios</a>, <a href="http://evievm.pubvm.org/~wec/packet.pdf">RF communications infrastructure</a>, <a href="https://patchysicp.xyz/blog/efi-sdk-pt2/">reverse engineering bootloaders</a>, <a href="https://hs.bam.moe/info.html">working with mainframes</a>, <a href="https://dragon-linux.veltron.net">maintaining Linux distribution's</a>, alongside many more things.<br>
We are a community of very talented FOSS developers with experience in <a href="https://hs.bam.moe/guides/index.html">Software Defined Radios</a>, <a href="http://evievm.pubvm.org/~wec/packet.pdf">RF communications infrastructure</a>, <a href="https://patchysicp.xyz/blog/efi-sdk-pt2/">reverse engineering bootloaders</a>, <a href="https://hs.bam.moe/info.html">working with mainframes</a>, <a href="dragon-linux.html">maintaining Linux distribution's</a>, alongside many more things.<br>
If this feels at home for you come and join us on our Fluxer at the bottom of the webpage today!</center>
</div>

View file

@ -277,7 +277,7 @@
class="nav-icons"
alt="Felyne"
/><a
href="https://play.veltron.net"
href="mc.html"
class="nav-links-external"
>VELTRON-MC</a
>

View file

@ -291,7 +291,7 @@
class="nav-icons"
alt="Felyne"
/><a
href="https://play.veltron.net"
href="mc.html"
class="nav-links-external"
>VELTRON-MC</a
>

View file

@ -156,7 +156,7 @@
src="images/artworks.png"
class="nav-icons"
alt="Kirby 64 Painting"
/><a href="donate.html" class="nav-links" id="navArtworks"
/><a href="donate.html" class="nav-links-active" id="navArtworks"
>Donate Today</a
>
</div>
@ -248,7 +248,7 @@
alt="Retro Kirby"
/><a
href="guestbook.html"
class="nav-links-active"
class="nav-links"
id="navAllKirbyGames"
>Guestbook</a
>
@ -302,7 +302,7 @@
class="nav-icons"
alt="Felyne"
/><a
href="https://play.veltron.net"
href="mc.html"
class="nav-links-external"
>VELTRON-MC</a
>

View file

@ -276,7 +276,7 @@
class="nav-icons"
alt="Felyne"
/><a
href="https://play.veltron.net"
href="mc.html"
class="nav-links-external"
>VELTRON-MC</a
>

View file

@ -302,7 +302,7 @@
class="nav-icons"
alt="Felyne"
/><a
href="https://play.veltron.net"
href="mc.html"
class="nav-links-external"
>VELTRON-MC</a
>

View file

@ -276,7 +276,7 @@
class="nav-icons"
alt="Felyne"
/><a
href="https://play.veltron.net"
href="mc.html"
class="nav-links-external"
>VELTRON-MC</a
>

679
mc.html Normal file
View file

@ -0,0 +1,679 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="darkreader-lock" />
<title>Minecraft - Veltron Network</title>
<meta charset="UTF-8">
<meta property="og:type" content="summary">
<meta property="og:site_name" content="MattTheTekie presents">
<meta property="og:title" content="The Veltron Network">
<meta property="og:description" content="The Veltron Network is a worldwide technology community.">
<meta property="og:image" content="images/favicon/banner.png">
<meta property="og:image:alt" content="Veltron Network">
<meta property="og:url" content="http://www.veltron.net/">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta property="author" content="MattTheTekie + Veltron">
<link rel="stylesheet" href="css/global.css" />
<link
rel="icon"
type="image/png"
href="images/favicon/banner.png"
sizes="96x96"
/>
<link rel="shortcut icon" href="images/favicon/banner.png" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="images/favicon/banner.png"
/>
<meta name="apple-mobile-web-app-title" content="VELTRON" />
<link rel="canonical" href="index.html" />
</head>
<style>
.popup {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
/* THIS centers it */
display: none;
justify-content: center;
align-items: center;
background: rgba(0,0,0,0.5);
}
.popup-content {
background: white;
padding: 20px;
border-radius: 10px;
text-align: center;
}
</style>
<body id="body">
<!---Site Container--->
<div id="websiteContainer">
<!-- Spacer -->
<div id="websiteSpacerTop"></div>
<!-- Header -->
<header id="header">
<img
src="images/site-banner.png"
alt="Logo and Title"
class="header-logo"
/>
</header>
<!-- Left Aside -->
<aside id="leftSiteContent">
<!-- Main Navigation -->
<nav id="leftNav" aria-label="Main Navigation">
<div class="nav-categories">
<span>Veltron Portal</span>
<div class="nav-items">
<img
src="images/home.png"
class="nav-icons"
alt="Kirby's house"
/><a href="http://www.veltron.net" class="nav-links" id="navHome"
>Home</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/site-info.png"
class="nav-icons"
alt="Blue Kirby"
/><a href="status.html" class="nav-links" id="navSiteInfo"
>Status</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/past-versions.png"
class="nav-icons"
alt="Star"
/><a
href="members.html"
class="nav-links"
id="navPastVersions"
>Member Area</a
>
</div>
</div>
<div class="nav-categories">
<span>Information Center</span>
<div class="nav-items">
<img src="images/about.png" class="nav-icons" alt="Kirby" /><a
href="about.html"
class="nav-links"
id="navAbout"
>About Us</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/favorite-games.png"
class="nav-icons"
alt="N64 Logo"
/><a
href="blog.html"
class="nav-links"
id="navFavoriteGames"
>Veltron Blog</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/anime-reviews.png"
class="nav-icons"
alt="Konata Izumi"
/><a
href="services.html"
class="nav-links"
id="navAnimeReviews"
>Veltron Services</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/artworks.png"
class="nav-icons"
alt="Kirby 64 Painting"
/><a href="donate.html" class="nav-links" id="navArtworks"
>Donate Today</a
>
</div>
</div>
<div class="nav-categories">
<span>Entertainment</span>
<div class="nav-items">
<img
src="images/music.png"
class="nav-icons"
alt="Mike Kirby"
/><a
href="http://radio.int.veltron.net"
class="nav-links"
id="navMusicPlayer"
>Veltron Radio ♪</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/music-player.png"
class="nav-icons"
alt="Cartoonish CRT TV"
/><a href="https://podcast.veltron.net" class="nav-links" id="navCRT"
>Veltron Podcast</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/mini-tv.png"
class="nav-icons"
alt="CRT Realistic"
/><a href="https://odysee.go.veltron.net" class="nav-links-external"
>Veltron On Demand</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/crt-television.png"
class="nav-icons"
alt="Pixel Mario"
/><a
href="http://tv.int.veltron.net"
class="nav-links"
id="navArcadeGames"
>Veltron TV</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/arcade-games.png"
class="nav-icons"
alt="Adeleine from Kirby"
/><a href="https://blackmagegaming.com/games/arcade/" class="nav-links" id="navSketchbook"
>Arcade Games</a
>
</div>
</div>
<div class="nav-categories">
<span>Cool Stuff</span>
<div class="nav-items">
<img
src="images/chat_room.png"
class="nav-icons"
alt="HTML5 Logo"
/><a
href="chat.html"
class="nav-links"
id="navCodingTricks"
>Chat Room</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/guestbook.png"
class="nav-icons"
alt="Retro Kirby"
/><a
href="guestbook.html"
class="nav-links"
id="navAllKirbyGames"
>Guestbook</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/linux_button.png"
class="nav-icons"
alt="Kirby 64 Painting 2"
/><a
href="https://dragon-linux.veltron.net/"
class="nav-links"
id="navMiscellaneous"
>Dragon Linux</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/keitai.gif"
class="nav-icons"
alt="King DeDeDe"
/><a
href="tel:+16314817776"
class="nav-links"
id="navGifCollection"
>Call Us</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/hacker.png"
class="nav-icons"
alt="Open Book"
/><a href="https://hackerlab.veltron.net" class="nav-links" id="navGuestbook"
>Hacker Lab</a
>
</div>
</div>
<div class="nav-categories">
<span>Other Pages</span>
<div class="nav-items">
<img
src="images/minecraft-tribute.png"
class="nav-icons"
alt="Felyne"
/><a
href="mc.html"
class="nav-links-active"
>VELTRON-MC</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/search.png"
class="nav-icons"
alt="Grass Block"
/><a
href="https://search.veltron.net"
class="nav-links-external"
>Veltron Find</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/aero_webring.png"
class="nav-icons"
alt="BNL Logo"
/><a
href="https://frutigeraeroarchive.org"
class="nav-links-external"
>Frutiger Aero</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/github.png"
class="nav-icons"
alt="Windows 7 Orb"
/><a
href="https://github.com/VELTRONNET"
class="nav-links-external"
>GitHub</a
>
</div>
</div>
<!-- Nav Music Player -->
<audio id="navMusic" autoplay>
<source src="#" type="audio/mpeg" />
</audio>
<!-- Music Controls -->
<div class="nav-music-div">
<div class="nav-music-marquee">
<span id="currentSongInfo"
><!-- Current song information will go here --></span
>
</div>
<nav aria-label="Music Player">
<div>
<button id="navMusicPlay">Play</button>
<button id="navMusicPause">Pause</button>
</div>
<div aria-label="Music Player Media Controls">
<button id="navMusicPrevious">Back</button>
<button id="navMusicNext">Next</button>
</div>
</nav>
</div>
</nav>
</aside>
<div class="decor left_banner"></div>
<!-- Right Aside -->
<aside id="rightSiteContent">
<div class="aside-ads-container">
<span>Cool Posters</span>
<a href="https://home.veltron.net">
<img
src="images/extra/line.gif"
alt="Poster 1"
title="Poster 1"
/>
<img
src="images/extra/bg.gif"
alt="Poster 2"
title="Poster 2"
/></a>
<a href="https://youareanidiot.cc/" target="_blank" rel="noopener noreferrer">
<img
src="images/congrats-you-won.png"
alt="Poster 3"
title="Poster 3"
/>
</a>
<a href="https://dragoonsden.veltron.net">
<img
src="images/buttons/Area51_Chamber_5154_dnow5.jpg"
alt="Poster 3"
title="Poster 3"
/>
</a>
<a href="https://roboticoperatingbuddy.neocities.org/"><img src="images/buttons/rob.png"></a>
</a>
<a href="https://play.cpjourney.net">
<img
src="images/gifs/peng5.gif"
alt="Poster 3"
title="Poster 3"
/>
</a> </div>
<div class="decor right_banner"></div>
</aside>
<!-- Main Page -->
<main id="middleContent">
<!-- About Me Section -->
<section id="aboutSection">
<header>
<h1>Welcome to The Minecraft Area!</h1>
<div class="home-banner">
<img
src="images/digimon_thkh.1200-2533722281.jpg"
alt="Grassy hill from Popstar (Kirby universe)"
/>
</div>
</header>
<article class="home-text text-containers-secondary-bg">
<img
src="images/gifs/kirby19.gif"
class="home-img-1"
alt="Kirby holding Hi!! sign"
/>
<center> <p>
Welcome to the Minecraft area.<br>
You can check out more information listed below.
</p></center>
</article><article>
<article>
<article class="recent-updates text-containers-main-bg">
<h1>What is Veltron-MC?</h1>
<div>
<center> <img src="images/Veltron-MC/1/veltron_mc.png" height="150" width="500"/></center>
<center>
</div>
</article><article>
<div class="recent-updates text-containers-main-bg"><div>
<h1>What Makes Us Different?</h3>
<div>
<center>
Veltron-MC is a vanilla survival multiplayer (SMP) server designed for modern versions of Minecraft. Currently on an offseason break, the server focuses on refreshing the core survival experience with added challenges and rewarding gameplay. Players can explore a world filled with custom features, unique encounters, and engaging events, all while enjoying a classic SMP environment.</div></center>
<br><center> If this feels at home for you come and join us on Minecraft today!</center>
<br>
<center>
<!-- JOIN BUTTON (image acts as button) -->
<a href="#" id="openPopupBtn" style="display: inline-block;">
<img src="https://www.veltron.net/images/Veltron-MC/1/Joinbutton.png" width="50"
alt="Join Button"
class="joinbutton">
</a>
<!-- POPUP -->
<div id="popup" class="popup">
<div class="popup-content">
<h1>Server Details</h1>
<p><b>Cross-platform Supported</b></p>
<p><b>play.veltron.net</b></p>
<p>Bedrock: Latest Version Supported</p>
<p>Java: 1.8 1.21.x Compatible</p>
<button onclick="copyIP()">Copy IP</button>
<button onclick="closePopup()">Close</button>
</div>
</div>
</center>
<br>
<center>
<a href="images/Veltron-MC/2024-07-31_13.16.16.png" target="_blank">
<img src="images/Veltron-MC/2024-07-31_13.16.16.png" width="40%"></a>
<a href="images/Veltron-MC/lobby.png" target="_blank">
<img src="images/Veltron-MC/lobby.png" width="40%"></a>
<br>
<a href="images/Veltron-MC/pirateship.png" target="_blank">
<img src="images/Veltron-MC/pirateship.png" width="40%"></a>
<a href="images/Veltron-MC/lobby2.png" target="_blank">
<img src="images/Veltron-MC/lobby2.png" width="40%"></a></center><br><br>
</div>
</section>
<!-- Featured Buttons Carousel -->
<nav class="carousel-buttons text-containers-main-bg" aria-label="88x31 Button Carousel">
<div>
<a href="https://dragoonsden.veltron.net" target="_blank">
<img src="images/buttons/Area51_Chamber_5154_dnow1.jpg" alt="VELTRON's Button" />
</a>
<a href="https://dragoonsden.veltron.net" target="_blank">
<img src="images/buttons/Area51_Chamber_5154_dnow4.jpg" alt="VELTRON's Button" />
</a>
<a href="https://dragoonsden.veltron.net" target="_blank">
<img src="images/buttons/Area51_Chamber_5154_dnow3.jpg" alt="VELTRON's Button" />
</a>
<a href="https://dragoonsden.veltron.net" target="_blank">
<img src="images/buttons/Area51_Corridor_4797_savenow.gif" alt="VELTRON's Button" />
</a>
<a href="https://dragoonsden.veltron.net" target="_blank">
<img src="images/buttons/5XEFWSV5ECGEHNSNNAM4IRLKU5EED4XU.gif" alt="VELTRON's Button" />
</a>
<a href="https://patchysicp.xyz" target="_blank">
<img src="images/buttons/patchysicp.png" alt="VELTRON's Button" />
</a>
<a href="https://digdeeper.love" target="_blank">
<img src="images/buttons/digdeeper.png" alt="VELTRON's Button" />
</a>
<a href="https://hs.bam.moe" target="_blank">
<img src="images/buttons/hsbam.jpg" alt="VELTRON's Button" />
</a>
<a href="https://endsoftwarepatents.org/innovating-without-patents" target="_blank">
<img src="images/buttons/patent-free.svg" alt="VELTRON's Button" />
</a>
<a href="http://librewolf.net" target="_blank">
<img src="images/buttons/CapeCanaveral_Cockpit_5802_images_Fox_button.gif" alt="VELTRON's Button" />
</a>
<a href="https://gitlab.lain.la/dCF/deCloudflare" target="_blank">
<img src="images/buttons/NotCloudflared.png" alt="VELTRON's Button" />
</a>
<a href="http://old.reddit.com/r/SayNoToAI/" target="_blank">
<img src="images/buttons/noai.gif" alt="VELTRON's Button" />
</a>
<a href="https://0xc3.win/silly/hdcp-master.txt" target="_blank">
<img src="images/buttons/aoltos_a.gif" alt="VELTRON's Button" />
</a>
<a href="https://web.archive.org/web/20240317041225/https://old.reddit.com/r/fosscad/wiki/index" target="_blank">
<img src="images/buttons/thismachinekillsfascists.png" alt="VELTRON's Button" />
</a>
<a href="https://corru.observer/" target="_blank">
<img src="images/buttons/corru.gif" alt="VELTRON's Button" />
</a>
<a href="https://anonymousplanet.org/" target="_blank">
<img src="images/buttons/anonymize.gif" alt="VELTRON's Button" />
</a>
<a href="https://digdeeper.love/articles/browsers.xhtml" target="_blank">
<img src="images/buttons/anythingbut.png" alt="VELTRON's Button" />
</a>
<a href="https://web3isgoinggreat.com/" target="_blank">
<img src="images/buttons/nft.gif" alt="VELTRON's Button" />
</a>
<a href="http://debian.org" target="_blank">
<img src="images/buttons/linux_powered.gif" alt="VELTRON's Button" />
</a>
<a href="https://bazzite.gg/" target="_blank">
<img src="images/buttons/emulate.gif" alt="VELTRON's Button" />
</a>
<a href="https://archive.org/" target="_blank">
<img src="images/buttons/iarchive.gif" alt="VELTRON's Button" />
</a>
<a href="https://linuxmint.com/" target="_blank">
<img src="images/buttons/1linux.gif" alt="VELTRON's Button" />
</a>
<a href="https://www.youtube.com/linustechtips" target="_blank">
<img src="images/buttons/2linus.gif" alt="VELTRON's Button" />
</a>
<a href="https://vscodium.com/" target="_blank">
<img src="images/buttons/vsCodium.gif" alt="VELTRON's Button" />
</a>
<a href="https://www.youtube.com/@rossmanngroup" target="_blank">
<img src="images/buttons/righttorepair.jpg" alt="VELTRON's Button" />
</a>
<a href="https://en.wikipedia.org/wiki/Furby" target="_blank">
<img src="images/buttons/2furby.jpg" alt="VELTRON's Button" />
</a>
<a href="https://www.thinkpenguin.com" target="_blank">
<img src="images/buttons/thinkpenguin.png" alt="VELTRON's Button" />
</a>
<a href="https://www.openbsd.org" target="_blank">
<img src="images/buttons/openbsd.png" alt="VELTRON's Button" />
</a>
<a href="https://ryf.fsf.org" target="_blank">
<img src="images/buttons/phonechump.gif" alt="VELTRON's Button" />
</a>
<a href="https://www.fsf.org/windows" target="_blank">
<img src="images/buttons/hatems.png" alt="VELTRON's Button" />
</a>
<a href="https://gimp.org" target="_blank">
<img src="images/buttons/gimp.png" alt="VELTRON's Button" />
</a>
<a href="https://www.kernel.org" target="_blank">
<img src="images/buttons/linux_now.gif" alt="VELTRON's Button" />
</a>
<a href="https://www.nuegia.net" target="_blank">
<img src="images/buttons/nuegia.png" alt="VELTRON's Button" />
</a>
<a href="https://synth.download" target="_blank">
<img src="images/buttons/sneexy.svg" alt="VELTRON's Button" />
</a>
<a href="https://waffelo.net" target="_blank">
<img src="images/buttons/waffelo.webp" alt="VELTRON's Button" />
</a>
<a href="https://www.accursedfarms.com" target="_blank">
<img src="images/buttons/accursed-farms.gif" alt="VELTRON's Button" />
</a>
<a href="https://www.windows96.org" target="_blank">
<img src="images/buttons/windows96.png" alt="VELTRON's Button" />
</a>
<a href="https://blog.sebin-nyshkim.net/posts/nvidia-is-full-of-shit/" target="_blank">
<img src="images/buttons/novideo.gif" alt="VELTRON's Button" />
</a>
<a href="https://xmpp.org" target="_blank">
<img src="images/buttons/xmpp.png" alt="VELTRON's Button" />
</a>
<a href="https://web.archive.org/web/20020923150417if_/http://supermariosunshine.com:80/" target="_blank">
<img src="images/buttons/gamecube.png" alt="VELTRON's Button" />
</a>
<a href="https://www.consolemods.org" target="_blank">
<img src="images/buttons/consolemods.gif" alt="VELTRON's Button" />
</a>
<a href="https://hacks.guide" target="_blank">
<img src="images/buttons/hacks_guide.png" alt="VELTRON's Button" />
</a>
<a href="https://wiimart.org" target="_blank">
<img src="images/buttons/wiimart.png" alt="VELTRON's Button" />
</a>
<a href="https://knoxstation.neocities.org" target="_blank">
<img src="images/buttons/knoxstation.gif" alt="VELTRON's Button" />
</a>
<a href="https://roboticoperatingbuddy.neocities.org" target="_blank">
<img src="images/buttons/rob.png" alt="VELTRON's Button" />
</a>
<a href="https://lightwo.net" target="_blank">
<img src="images/buttons/lightwo.gif" alt="VELTRON's Button" />
</a>
</div>
</nav>
<div class="view-counter-container text-containers-secondary-bg">
<span>You are visitor number:</span>
<span id="visitorCounter"></span>
</div>
</section>
</main>
<footer id="bottomFooter">
<span>2019 - <script>document.write(new Date().getFullYear());</script> &copy; Veltron Network</span><br />
<a href="https://fluxer.go.veltron.net">Fluxer</a> <a href="mailto:mattthetekie@veltron.net">e-mail</a>
</footer>
<!-- Spacer -->
<div id="websiteSpacerBottom"></div>
</div>
<script>
const popup = document.getElementById("popup");
const openBtn = document.getElementById("openPopupBtn");
openBtn.addEventListener("click", function(e) {
e.preventDefault();
popup.style.display = "flex";
});
function copyIP() {
navigator.clipboard.writeText("play.veltron.net");
alert("Copied: play.veltron.net");
}
function closePopup() {
popup.style.display = "none";
}
</script>
<script src="javascript/carousel.js"></script>
<script src="javascript/view-counter.js"></script>
<script src="javascript/nav-music.js"></script>
</body>
</html>

616
mc.html.bak Normal file
View file

@ -0,0 +1,616 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="darkreader-lock" />
<title>Minecraft - Veltron Network</title>
<meta charset="UTF-8">
<meta property="og:type" content="summary">
<meta property="og:site_name" content="MattTheTekie presents">
<meta property="og:title" content="The Veltron Network">
<meta property="og:description" content="The Veltron Network is a worldwide technology community.">
<meta property="og:image" content="images/favicon/banner.png">
<meta property="og:image:alt" content="Veltron Network">
<meta property="og:url" content="http://www.veltron.net/">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta property="author" content="MattTheTekie + Veltron">
<link rel="stylesheet" href="css/global.css" />
<link
rel="icon"
type="image/png"
href="images/favicon/banner.png"
sizes="96x96"
/>
<link rel="shortcut icon" href="images/favicon/banner.png" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="images/favicon/banner.png"
/>
<meta name="apple-mobile-web-app-title" content="VELTRON" />
<link rel="canonical" href="index.html" />
</head>
<body id="body">
<!---Site Container--->
<div id="websiteContainer">
<!-- Spacer -->
<div id="websiteSpacerTop"></div>
<!-- Header -->
<header id="header">
<img
src="images/site-banner.png"
alt="Logo and Title"
class="header-logo"
/>
</header>
<!-- Left Aside -->
<aside id="leftSiteContent">
<!-- Main Navigation -->
<nav id="leftNav" aria-label="Main Navigation">
<div class="nav-categories">
<span>Veltron Portal</span>
<div class="nav-items">
<img
src="images/home.png"
class="nav-icons"
alt="Kirby's house"
/><a href="http://www.veltron.net" class="nav-links" id="navHome"
>Home</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/site-info.png"
class="nav-icons"
alt="Blue Kirby"
/><a href="status.html" class="nav-links" id="navSiteInfo"
>Status</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/past-versions.png"
class="nav-icons"
alt="Star"
/><a
href="members.html"
class="nav-links"
id="navPastVersions"
>Member Area</a
>
</div>
</div>
<div class="nav-categories">
<span>Information Center</span>
<div class="nav-items">
<img src="images/about.png" class="nav-icons" alt="Kirby" /><a
href="about.html"
class="nav-links"
id="navAbout"
>About Us</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/favorite-games.png"
class="nav-icons"
alt="N64 Logo"
/><a
href="blog.html"
class="nav-links"
id="navFavoriteGames"
>Veltron Blog</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/anime-reviews.png"
class="nav-icons"
alt="Konata Izumi"
/><a
href="services.html"
class="nav-links"
id="navAnimeReviews"
>Veltron Services</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/artworks.png"
class="nav-icons"
alt="Kirby 64 Painting"
/><a href="donate.html" class="nav-links" id="navArtworks"
>Donate Today</a
>
</div>
</div>
<div class="nav-categories">
<span>Entertainment</span>
<div class="nav-items">
<img
src="images/music.png"
class="nav-icons"
alt="Mike Kirby"
/><a
href="http://radio.int.veltron.net"
class="nav-links"
id="navMusicPlayer"
>Veltron Radio ♪</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/music-player.png"
class="nav-icons"
alt="Cartoonish CRT TV"
/><a href="https://podcast.veltron.net" class="nav-links" id="navCRT"
>Veltron Podcast</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/mini-tv.png"
class="nav-icons"
alt="CRT Realistic"
/><a href="https://odysee.go.veltron.net" class="nav-links-external"
>Veltron On Demand</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/crt-television.png"
class="nav-icons"
alt="Pixel Mario"
/><a
href="http://tv.int.veltron.net"
class="nav-links"
id="navArcadeGames"
>Veltron TV</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/arcade-games.png"
class="nav-icons"
alt="Adeleine from Kirby"
/><a href="https://blackmagegaming.com/games/arcade/" class="nav-links" id="navSketchbook"
>Arcade Games</a
>
</div>
</div>
<div class="nav-categories">
<span>Cool Stuff</span>
<div class="nav-items">
<img
src="images/chat_room.png"
class="nav-icons"
alt="HTML5 Logo"
/><a
href="chat.html"
class="nav-links"
id="navCodingTricks"
>Chat Room</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/guestbook.png"
class="nav-icons"
alt="Retro Kirby"
/><a
href="guestbook.html"
class="nav-links"
id="navAllKirbyGames"
>Guestbook</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/linux_button.png"
class="nav-icons"
alt="Kirby 64 Painting 2"
/><a
href="https://dragon-linux.veltron.net/"
class="nav-links"
id="navMiscellaneous"
>Dragon Linux</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/keitai.gif"
class="nav-icons"
alt="King DeDeDe"
/><a
href="tel:+16314817776"
class="nav-links"
id="navGifCollection"
>Call Us</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/hacker.png"
class="nav-icons"
alt="Open Book"
/><a href="https://hackerlab.veltron.net" class="nav-links" id="navGuestbook"
>Hacker Lab</a
>
</div>
</div>
<div class="nav-categories">
<span>Other Pages</span>
<div class="nav-items">
<img
src="images/minecraft-tribute.png"
class="nav-icons"
alt="Felyne"
/><a
href="mc.html"
class="nav-links-active"
>VELTRON-MC</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/search.png"
class="nav-icons"
alt="Grass Block"
/><a
href="https://search.veltron.net"
class="nav-links-external"
>Veltron Find</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/aero_webring.png"
class="nav-icons"
alt="BNL Logo"
/><a
href="https://frutigeraeroarchive.org"
class="nav-links-external"
>Frutiger Aero</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/github.png"
class="nav-icons"
alt="Windows 7 Orb"
/><a
href="https://github.com/VELTRONNET"
class="nav-links-external"
>GitHub</a
>
</div>
</div>
<!-- Nav Music Player -->
<audio id="navMusic" autoplay>
<source src="#" type="audio/mpeg" />
</audio>
<!-- Music Controls -->
<div class="nav-music-div">
<div class="nav-music-marquee">
<span id="currentSongInfo"
><!-- Current song information will go here --></span
>
</div>
<nav aria-label="Music Player">
<div>
<button id="navMusicPlay">Play</button>
<button id="navMusicPause">Pause</button>
</div>
<div aria-label="Music Player Media Controls">
<button id="navMusicPrevious">Back</button>
<button id="navMusicNext">Next</button>
</div>
</nav>
</div>
</nav>
</aside>
<div class="decor left_banner"></div>
<!-- Right Aside -->
<aside id="rightSiteContent">
<div class="aside-ads-container">
<span>Cool Posters</span>
<a href="https://home.veltron.net">
<img
src="images/extra/line.gif"
alt="Poster 1"
title="Poster 1"
/>
<img
src="images/extra/bg.gif"
alt="Poster 2"
title="Poster 2"
/></a>
<a href="https://youareanidiot.cc/" target="_blank" rel="noopener noreferrer">
<img
src="images/congrats-you-won.png"
alt="Poster 3"
title="Poster 3"
/>
</a>
<a href="https://dragoonsden.veltron.net">
<img
src="images/buttons/Area51_Chamber_5154_dnow5.jpg"
alt="Poster 3"
title="Poster 3"
/>
</a>
<a href="https://roboticoperatingbuddy.neocities.org/"><img src="images/buttons/rob.png"></a>
</a>
<a href="https://play.cpjourney.net">
<img
src="images/gifs/peng5.gif"
alt="Poster 3"
title="Poster 3"
/>
</a> </div>
<div class="decor right_banner"></div>
</aside>
<!-- Main Page -->
<main id="middleContent">
<!-- About Me Section -->
<section id="aboutSection">
<header>
<h1>Welcome to The Minecraft Area!</h1>
<div class="home-banner">
<img
src="images/digimon_thkh.1200-2533722281.jpg"
alt="Grassy hill from Popstar (Kirby universe)"
/>
</div>
</header>
<article class="home-text text-containers-secondary-bg">
<img
src="images/gifs/kirby19.gif"
class="home-img-1"
alt="Kirby holding Hi!! sign"
/>
<center> <p>
Welcome to the Minecraft area.<br>
You can check out more information listed below.
</p></center>
</article><article>
<article class="recent-updates text-containers-main-bg">
<h1>What is Veltron-MC?</h1>
<div>
<img
src="images/favicon/banner.png"
class="intro-img"
title="VELTRON"
</img>
Veltron-MC is a vanilla survival multiplayer (SMP) server designed for modern versions of Minecraft. Currently on an offseason break, the server focuses on refreshing the core survival experience with added challenges and rewarding gameplay. Players can explore a world filled with custom features, unique encounters, and engaging events, all while enjoying a classic SMP environment.
<br>
<br>
<center>
If this feels at home for you come and join us on Minecraft today!</center>
</div>
</article><article>
<div class="recent-updates text-containers-main-bg"><div>
<h1>Placeholder</h3>
<div> <center> <img src="images/Veltron-MC/1/veltron_mc.png" height="150" width="500"/></center>
<center>
🐉 Did we also mention? We like dragons!
</div></center>
<center>
<a href="images/Veltron-MC/2024-07-31_13.16.16.png" target="_blank">
<img src="images/Veltron-MC/2024-07-31_13.16.16.png" width="40%"></a>
<a href="images/Veltron-MC/lobby.png" target="_blank">
<img src="images/Veltron-MC/lobby.png" width="40%"></a>
<br>
<a href="images/Veltron-MC/pirateship.png" target="_blank">
<img src="images/Veltron-MC/pirateship.png" width="40%"></a>
<a href="images/Veltron-MC/lobby2.png" target="_blank">
<img src="images/Veltron-MC/lobby2.png" width="40%"></a></center><br><br>
</div>
</section>
<!-- Featured Buttons Carousel -->
<nav class="carousel-buttons text-containers-main-bg" aria-label="88x31 Button Carousel">
<div>
<a href="https://dragoonsden.veltron.net" target="_blank">
<img src="images/buttons/Area51_Chamber_5154_dnow1.jpg" alt="VELTRON's Button" />
</a>
<a href="https://dragoonsden.veltron.net" target="_blank">
<img src="images/buttons/Area51_Chamber_5154_dnow4.jpg" alt="VELTRON's Button" />
</a>
<a href="https://dragoonsden.veltron.net" target="_blank">
<img src="images/buttons/Area51_Chamber_5154_dnow3.jpg" alt="VELTRON's Button" />
</a>
<a href="https://dragoonsden.veltron.net" target="_blank">
<img src="images/buttons/Area51_Corridor_4797_savenow.gif" alt="VELTRON's Button" />
</a>
<a href="https://dragoonsden.veltron.net" target="_blank">
<img src="images/buttons/5XEFWSV5ECGEHNSNNAM4IRLKU5EED4XU.gif" alt="VELTRON's Button" />
</a>
<a href="https://patchysicp.xyz" target="_blank">
<img src="images/buttons/patchysicp.png" alt="VELTRON's Button" />
</a>
<a href="https://digdeeper.love" target="_blank">
<img src="images/buttons/digdeeper.png" alt="VELTRON's Button" />
</a>
<a href="https://hs.bam.moe" target="_blank">
<img src="images/buttons/hsbam.jpg" alt="VELTRON's Button" />
</a>
<a href="https://endsoftwarepatents.org/innovating-without-patents" target="_blank">
<img src="images/buttons/patent-free.svg" alt="VELTRON's Button" />
</a>
<a href="http://librewolf.net" target="_blank">
<img src="images/buttons/CapeCanaveral_Cockpit_5802_images_Fox_button.gif" alt="VELTRON's Button" />
</a>
<a href="https://gitlab.lain.la/dCF/deCloudflare" target="_blank">
<img src="images/buttons/NotCloudflared.png" alt="VELTRON's Button" />
</a>
<a href="http://old.reddit.com/r/SayNoToAI/" target="_blank">
<img src="images/buttons/noai.gif" alt="VELTRON's Button" />
</a>
<a href="https://0xc3.win/silly/hdcp-master.txt" target="_blank">
<img src="images/buttons/aoltos_a.gif" alt="VELTRON's Button" />
</a>
<a href="https://web.archive.org/web/20240317041225/https://old.reddit.com/r/fosscad/wiki/index" target="_blank">
<img src="images/buttons/thismachinekillsfascists.png" alt="VELTRON's Button" />
</a>
<a href="https://corru.observer/" target="_blank">
<img src="images/buttons/corru.gif" alt="VELTRON's Button" />
</a>
<a href="https://anonymousplanet.org/" target="_blank">
<img src="images/buttons/anonymize.gif" alt="VELTRON's Button" />
</a>
<a href="https://digdeeper.love/articles/browsers.xhtml" target="_blank">
<img src="images/buttons/anythingbut.png" alt="VELTRON's Button" />
</a>
<a href="https://web3isgoinggreat.com/" target="_blank">
<img src="images/buttons/nft.gif" alt="VELTRON's Button" />
</a>
<a href="http://debian.org" target="_blank">
<img src="images/buttons/linux_powered.gif" alt="VELTRON's Button" />
</a>
<a href="https://bazzite.gg/" target="_blank">
<img src="images/buttons/emulate.gif" alt="VELTRON's Button" />
</a>
<a href="https://archive.org/" target="_blank">
<img src="images/buttons/iarchive.gif" alt="VELTRON's Button" />
</a>
<a href="https://linuxmint.com/" target="_blank">
<img src="images/buttons/1linux.gif" alt="VELTRON's Button" />
</a>
<a href="https://www.youtube.com/linustechtips" target="_blank">
<img src="images/buttons/2linus.gif" alt="VELTRON's Button" />
</a>
<a href="https://vscodium.com/" target="_blank">
<img src="images/buttons/vsCodium.gif" alt="VELTRON's Button" />
</a>
<a href="https://www.youtube.com/@rossmanngroup" target="_blank">
<img src="images/buttons/righttorepair.jpg" alt="VELTRON's Button" />
</a>
<a href="https://en.wikipedia.org/wiki/Furby" target="_blank">
<img src="images/buttons/2furby.jpg" alt="VELTRON's Button" />
</a>
<a href="https://www.thinkpenguin.com" target="_blank">
<img src="images/buttons/thinkpenguin.png" alt="VELTRON's Button" />
</a>
<a href="https://www.openbsd.org" target="_blank">
<img src="images/buttons/openbsd.png" alt="VELTRON's Button" />
</a>
<a href="https://ryf.fsf.org" target="_blank">
<img src="images/buttons/phonechump.gif" alt="VELTRON's Button" />
</a>
<a href="https://www.fsf.org/windows" target="_blank">
<img src="images/buttons/hatems.png" alt="VELTRON's Button" />
</a>
<a href="https://gimp.org" target="_blank">
<img src="images/buttons/gimp.png" alt="VELTRON's Button" />
</a>
<a href="https://www.kernel.org" target="_blank">
<img src="images/buttons/linux_now.gif" alt="VELTRON's Button" />
</a>
<a href="https://www.nuegia.net" target="_blank">
<img src="images/buttons/nuegia.png" alt="VELTRON's Button" />
</a>
<a href="https://synth.download" target="_blank">
<img src="images/buttons/sneexy.svg" alt="VELTRON's Button" />
</a>
<a href="https://waffelo.net" target="_blank">
<img src="images/buttons/waffelo.webp" alt="VELTRON's Button" />
</a>
<a href="https://www.accursedfarms.com" target="_blank">
<img src="images/buttons/accursed-farms.gif" alt="VELTRON's Button" />
</a>
<a href="https://www.windows96.org" target="_blank">
<img src="images/buttons/windows96.png" alt="VELTRON's Button" />
</a>
<a href="https://blog.sebin-nyshkim.net/posts/nvidia-is-full-of-shit/" target="_blank">
<img src="images/buttons/novideo.gif" alt="VELTRON's Button" />
</a>
<a href="https://xmpp.org" target="_blank">
<img src="images/buttons/xmpp.png" alt="VELTRON's Button" />
</a>
<a href="https://web.archive.org/web/20020923150417if_/http://supermariosunshine.com:80/" target="_blank">
<img src="images/buttons/gamecube.png" alt="VELTRON's Button" />
</a>
<a href="https://www.consolemods.org" target="_blank">
<img src="images/buttons/consolemods.gif" alt="VELTRON's Button" />
</a>
<a href="https://hacks.guide" target="_blank">
<img src="images/buttons/hacks_guide.png" alt="VELTRON's Button" />
</a>
<a href="https://wiimart.org" target="_blank">
<img src="images/buttons/wiimart.png" alt="VELTRON's Button" />
</a>
<a href="https://knoxstation.neocities.org" target="_blank">
<img src="images/buttons/knoxstation.gif" alt="VELTRON's Button" />
</a>
<a href="https://roboticoperatingbuddy.neocities.org" target="_blank">
<img src="images/buttons/rob.png" alt="VELTRON's Button" />
</a>
<a href="https://lightwo.net" target="_blank">
<img src="images/buttons/lightwo.gif" alt="VELTRON's Button" />
</a>
</div>
</nav>
<div class="view-counter-container text-containers-secondary-bg">
<span>You are visitor number:</span>
<span id="visitorCounter"></span>
</div>
</section>
</main>
<footer id="bottomFooter">
<span>2019 - <script>document.write(new Date().getFullYear());</script> &copy; Veltron Network</span><br />
<a href="https://fluxer.go.veltron.net">Fluxer</a> <a href="mailto:mattthetekie@veltron.net">e-mail</a>
</footer>
<!-- Spacer -->
<div id="websiteSpacerBottom"></div>
</div>
<!-- Javascript -->
<script src="javascript/carousel.js"></script>
<script src="javascript/view-counter.js"></script>
<script src="javascript/nav-music.js"></script>
</body>
</html>

View file

@ -276,7 +276,7 @@
class="nav-icons"
alt="Felyne"
/><a
href="https://play.veltron.net"
href="mc.html"
class="nav-links-external"
>VELTRON-MC</a
>

View file

@ -276,7 +276,7 @@
class="nav-icons"
alt="Felyne"
/><a
href="https://play.veltron.net"
href="mc.html"
class="nav-links-external"
>VELTRON-MC</a
>
@ -424,7 +424,7 @@ You can check out our services listed below.
<div class="grid-item">
<center>
<h2>🖥️ Services:</h2>
<a href="https://play.veltron.net">Veltron-MC</a><br>
<a href="mc.html">Veltron-MC</a><br>
<a href="https://search.veltron.net">Veltron Find</a><br>
<a href="#">Coming Soon! 🚧</a><br>
<a href="#">Coming Soon! 🚧</a><br>

View file

@ -81,7 +81,7 @@
src="images/site-info.png"
class="nav-icons"
alt="Blue Kirby"
/><a href="status.html" class="nav-links" id="navSiteInfo"
/><a href="status.html" class="nav-links-active" id="navSiteInfo"
>Status</a
>
</div>
@ -223,7 +223,7 @@
alt="HTML5 Logo"
/><a
href="chat.html"
class="nav-links-active"
class="nav-links"
id="navCodingTricks"
>Chat Room</a
>
@ -291,7 +291,7 @@
class="nav-icons"
alt="Felyne"
/><a
href="https://play.veltron.net"
href="mc.html"
class="nav-links-external"
>VELTRON-MC</a
>