-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 1.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KaptenMel Social Links</title>
<!-- External CSS -->
<link rel="stylesheet" href="style.css">
<!-- Google Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Rubik&display=swap">
</head>
<body>
<div class="container">
<h1 class="title">KaptenMel</h1>
<p class="description">Want to find all my projects and socials? Well, here is the place! :D</p>
<div class="social-links">
<!-- Social Links -->
<a href="https://www.youtube.com/channel/UCEOl9f_Tame0bIL_JakJaHA" target="_blank" class="social-link youtube">YouTube</a>
<a href="https://discord.gg/wxHuuQ3eVN" target="_blank" class="social-link discord">Discord</a>
<a href="https://kaptenmel.itch.io/" target="_blank" class="social-link game">My Games</a>
<a href="https://bsky.app/profile/kaptenmel.bsky.social" target="_blank" class="social-link bluesky">Bluesky</a>
<a href="https://www.patreon.com/c/KaptenMel_Dev" target="_blank" class="social-link patreon">Patreon</a>
</div>
</div>
<div class="footer">
<p class="footer-text">
For business inquiries or collaboration opportunities, please contact us via email at
<a href="mailto:[email protected]">[email protected]</a>
</p>
<a href="https://www.youtube.com/@KaptenMel?sub_confirmation=1" target="_blank" class="small-button">DO NOT CLICK (or do it, i dont care)</a>
</div>
<!-- External JavaScript -->
<script src="script.js"></script>
</body>
</html>