Initial BM Alpha landing page

This commit is contained in:
2026-08-22 06:14:10 +02:00
commit 3fa0497b17
33 changed files with 7464 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<!doctype html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BM Alpha ($BMALPHA) — BirthdayMessaging Meme Coin on Solana</title>
<meta name="description" content="BM Alpha is the community-powered meme coin from BirthdayMessaging launching August 24, 2026 on Solana. Built for the community, powered by memes." />
<meta property="og:title" content="BM Alpha ($BMALPHA) — Launching August 24, 2026" />
<meta property="og:description" content="The community-powered meme coin from BirthdayMessaging. Fast, fun, and built on Solana." />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@500;600;700;800&display=swap" rel="stylesheet">
</head>
<body class="bg-[#07090E] text-slate-100 font-sans antialiased selection:bg-[#FF6B00] selection:text-white overflow-x-hidden min-h-screen">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>