-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (38 loc) · 1.41 KB
/
index.html
File metadata and controls
43 lines (38 loc) · 1.41 KB
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
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Psina Coin - The Meme Coin</title>
<link rel="stylesheet" href="style.css">
<!-- Font Awesome for social media icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<header>
<div class="container">
<h1>Psina Coin</h1>
<p>Help Psina lose some weight!</p>
</div>
</header>
<section class="content">
<div class="container">
<h2>About Psina Coin</h2>
<p>Psina Coin - Fat and Grumpy!</p>
<!-- Coin Image -->
<img src="https://ipfs.io/ipfs/bafybeihq3caop74w7ysx7mjioqablk2v4pkvgcqllmacu4fkq5gohwjhvu" alt="Psina Coin" class="coin-image">
<div class="social-links">
<h3>Follow us:</h3>
<a href="https://discord.com/invite/YOUR_DISCORD_INVITE" class="social-icon"><i class="fab fa-discord"></i> Discord</a>
<a href="https://t.me/YOUR_TELEGRAM_CHANNEL" class="social-icon"><i class="fab fa-telegram"></i> Telegram</a>
<a href="https://twitter.com/YOUR_TWITTER_HANDLE" class="social-icon"><i class="fab fa-twitter"></i> Twitter</a>
</div>
</div>
</section>
<footer>
<div class="container">
<p>© 2025 Psina Coin. All rights reserved.</p>
</div>
</footer>
</body>
</html>