<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MEGA - Make Emmanuel Great Again</title>
<meta name="description" content="MEGA, the first memecoin born from a Presidential slap! Join the fun and help Make Emmanuel Great Again!">
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
</head>
<body class="bg-gray-50 text-gray-800 font-sans">
<header class="bg-red-600 py-10 text-center text-white">
<h1 class="text-4xl font-bold">MEGA – Make Emmanuel Great Again</h1>
<p class="mt-4 text-xl italic">"The first memecoin born from a Presidential slap!"</p>
</header>
<main class="container mx-auto px-6 py-10">
<section class="text-center">
<p class="text-lg mb-6">When a cheeky slap between Emmanuel and Brigitte Macron went viral, $MEGA was born. Embrace the absurdity, laugh at politics, and moon together!</p>
<a href="#" class="inline-block bg-blue-500 text-white py-3 px-8 rounded-lg font-semibold">🚀 Buy on Uniswap</a>
</section>
<section class="my-12">
<h2 class="text-2xl font-bold mb-4">Tokenomics</h2>
<ul class="list-disc list-inside">
<li>Total Supply: <strong>1,000,000,000 $MEGA</strong></li>
<li>Fair Launch: <strong>100% Community-Owned</strong></li>
<li>No Transaction Fees: <strong>0% taxes or hidden fees</strong></li>
<li>Liquidity Locked & Contract Renounced</li>
</ul>
</section>
<section class="my-12">
<h2 class="text-2xl font-bold mb-4">Join the Community</h2>
<p>Be part of our satirical crypto movement!</p>
<ul class="mt-4">
<li><a href="#" class="text-blue-600">Twitter/X</a></li>
<li><a href="#" class="text-blue-600">Telegram</a></li>
<li><a href="#" class="text-blue-600">Discord (coming soon)</a></li>
</ul>
</section>
<section class="my-12">
<h2 class="text-2xl font-bold mb-4">Coming Soon: Slapster Mini-Game 🎮</h2>
<p>Guide Emmanuel as he dodges incoming slaps in this hilarious and addictive JavaScript game. Stay tuned!</p>
</section>
</main>
<footer class="bg-gray-800 text-white text-center py-6">
<p>© 2025 MEGA Coin. All rights reserved.</p>
</footer>
</body>
</html>