<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>LAMBO LABUBU ($LLBU)</title>
<style>
body {
margin: 0;
font-family: Arial, sans-serif;
background: #0e0e0e;
color: #ffffff;
text-align: center;
padding: 2rem;
}
h1 {
font-size: 2.5rem;
margin-bottom: 0.5rem;
color: #00ff88;
}
h2 {
font-size: 1.5rem;
font-weight: normal;
color: #cccccc;
}
.contract {
background: #1f1f1f;
padding: 1rem;
border-radius: 8px;
margin: 2rem auto;
display: inline-block;
font-size: 1rem;
word-break: break-all;
}
.buttons {
margin-top: 2rem;
}
.btn {
display: inline-block;
background: #00ff88;
color: #000;
text-decoration: none;
padding: 1rem 2rem;
margin: 0.5rem;
border-radius: 6px;
font-weight: bold;
opacity: 0.6;
cursor: not-allowed;
}
.socials {
margin-top: 3rem;
color: #888;
}
</style>
</head>
<body>
<h1>LAMBO LABUBU ($LLBU)</h1>
<h2>$LLBU to $1 or zero. No roadmap, just vibes.</h2>
<div class="contract">
<strong>Contract Address:</strong><br>
Coming Soon
</div>
<div class="buttons">
<a href="#" class="btn">Buy on Pump.fun</a>
<a href="#" class="btn">Trade on Raydium</a>
</div>
<div class="socials">
<p>Twitter: Coming Soon</p>
<p>Telegram: Coming Soon</p>
</div>
</body>
</html>