-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (60 loc) · 2.8 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Join Trippin Sage for chill vibes, gaming streams, music, and community.">
<meta name="keywords" content="Trippin Sage, Instagram, YouTube, TikTok, Discord, Threads, gaming, community">
<meta name="author" content="Trippin Sage">
<title>Trippin Sage - Chill Vibes & Gaming Community</title>
<link rel="icon" type="image/ico" href="favicon.ico">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1>Trippin Sage</h1>
<img src="your-profile-image.jpg" alt="Trippin Sage Profile Image" class="profile-img">
</header>
<nav>
<ul>
<li><a href="https://www.instagram.com/trippinsage" target="_blank">
<img src="Instagram-logo.png" alt="Instagram" class="social-icons">
<span>Instagram</span>
</a></li>
<li><a href="https://x.com/SageTrippin" target="_blank">
<img src="x-logo.png" alt="X (Twitter)" class="social-icons">
<span>X (Twitter)</span>
</a></li>
<li><a href="https://www.threads.net/@trippinsage" target="_blank">
<img src="threads-logo.png" alt="Threads" class="social-icons">
<span>Threads</span>
</a></li>
<li><a href="https://www.youtube.com/channel/UC2mqNay3Cd2nolCfTJC_nBA" target="_blank">
<img src="youtube-logo.png" alt="YouTube" class="social-icons">
<span>YouTube</span>
</a></li>
<li><a href="https://www.tiktok.com/@trippinsage" target="_blank">
<img src="tiktok-logo.png" alt="TikTok" class="social-icons">
<span>TikTok</span>
</a></li>
<li><a href="https://www.twitch.tv/trippinsage" target="_blank">
<img src="twitch-logo.png" alt="Twitch" class="social-icons">
<span>Twitch</span>
</a></li>
<li><a href="https://discord.gg/sXMTqUN9sy" target="_blank">
<img src="discord-logo.png" alt="Discord" class="social-icons">
<span>Discord</span>
</a></li>
<li><a href="https://paypal.me/SageTrippin" target="_blank">
<img src="paypal-logo.png" alt="PayPal" class="social-icons">
<span>PayPal</span>
</a></li>
</ul>
</nav>
<footer>
<p>© 2024 Trippin Sage. All Rights Reserved.</p>
</footer>
<script src="script.js"></script>
</body>
</html>