2023-02-02 06:13:00 +00:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="stylesheet" href="/css/maxfromwtf.css">
|
|
|
|
<title>Links | WTFxUS</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- Profile picture-->
|
2023-02-02 06:25:52 +00:00
|
|
|
<img src="/images/IMG_0077.JPG" alt="profile picture" class="profile-picture">
|
2023-02-02 06:13:00 +00:00
|
|
|
<!-- Profile name-->
|
2023-02-02 06:25:52 +00:00
|
|
|
<div class="profile-name" style="text-align:center;">@maxfromwtf</div>
|
2023-02-02 06:13:00 +00:00
|
|
|
<!-- Links-->
|
|
|
|
<a href="https://whytheyfight.com" class="links">WTFxUS</a>
|
|
|
|
<a href="https://open.spotify.com/playlist/1Eu0OT5741DZAkePkyeFYQ?si=5f9e7f899aab487e" class="links">Music</a>
|
|
|
|
<a href="https://discord.whytheyfight.com" class="links">Discord</a>
|
|
|
|
<a href="https://max.whytheyfight.com" class="links">Personal Blog (Coming Soon)</a>
|
|
|
|
<a href="https://social.whytheyfight.com" class="links">Mastodon (Coming Soon)</a>
|
|
|
|
<!-- Logo -->
|
|
|
|
<div class="bottom-text">Links | WTFxUS</div>
|
|
|
|
</body>
|
|
|
|
</html>
|