<!DOCTYPE html>
<html lang="en">

<head>
	<meta charset="UTF-8" />
	<meta http-equiv="X-UA-Compatible" content="IE=edge" />
	<meta name="viewport" content="width=device-width, initial-scale=1.0" />
	<title>iO Gaming</title>

	<link href="/dist/output.css" rel="stylesheet" />
</head>

<!-- <body class="w-full h-full bg-gradient-to-b from-neutral-700 to-neutral-950"> -->
<!-- <body class="w-full h-full bg-neutral-900"> -->
<body class="w-full h-full bg-black">
	<div class="w-full flex flex-col items-center mt-5">
		<div>
			<img class="object-scale-down px-8" src="/dist/images/iOGamingLogo.png" />
		</div>

		<div class="text-gray-300 text-lg px-8 w-full lg:w-[700px] lg:px-0 mt-8">
			<p class="my-4 font-bold">iOGaming wasn't just a virtual space; it was a vibrant community that flourished for nearly a decade. At its zenith, we boasted a diverse membership of over 3,000 individuals from around the globe. Many of us forged enduring friendships, some found love and tied the knot, while a few even immortalized their commitment with an iO logo tattoo, a testament to the depth of our bond.</p>
	
			<p class="my-4 font-bold">Leading iOGaming was one of the most enriching experiences of my life. Witnessing the support and camaraderie that extended beyond the virtual confines of 2Fort was immensely rewarding. I firmly believe there will never be another gaming community quite like the one we built together.</p>
	
			<p class="my-4 font-bold">I am eternally grateful for each and every one of you who made this community so special. While this may seem like a farewell, it's not a goodbye. Perhaps one day we'll reignite iOGaming for the next generation. As the saying goes, "It Ain't Over 'til It's Over."</p>
	
			<p class="my-4 font-bold">-NiCKYNiTRO</p>
		</div>

		<div class="mt-10 pb-10 text-gray-300 flex flex-col items-center gap-y-5 px-8 w-full lg:w-[700px] lg:px-0">
			Click below to join our Discord server and stay in touch with the community.
			<a href="https://discord.gg/NeQru9aNEV" class="block" target="_blank">
				<img src="/dist/images/Discord-LogoWordmark-White.png" />
			</a>
		</div>
	</div>
</body>

</html>