-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.48 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>$BUN 100x 💎</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="32x32"/>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="theme-switcher">
<label class="switch">
<input type="checkbox" id="theme-toggle">
<span class="slider round"></span>
</label>
</div>
<div class="container">
<div class="profile">
<img src="profile2.jpeg" alt="Profile Picture" class="profile-pic">
<h1 class="name">$BUN 🪙</h1>
<p class="bio">your autistic neighbor is crafting the future of technology ✨</p>
</div>
<div class="links">
<a href="https://gmgn.ai/sol/token/ecTwQKax_5KSo7GM3pwjjr1yGtfsy5G1X5c6FGDhiaZm7Cpzppump" target="_blank" class="link">🪙 Buy $BUN</a>
<a href="https://vvaifu.fun/character/6772d024ec7e994f9e2e374a" target="_blank" class="link">🐧 Bun Agent</a>
<a href="https://t.me/buncoinsol" target="_blank" class="link">✈️ Telegram</a>
<a href="https://twitter.com/0xilbiscione" target="_blank" class="link">🕊️ Twitter</a>
<a href="https://instagram.com/0xilbiscione" target="_blank" class="link">📸 Instagram</a>
<a href="https://tiktok.com/@0xilbiscione" target="_blank" class="link">📽️ Tiktok</a>
</div>
</div>
<script src="script.js"></script>
</body>
</html>