Compare commits

...

8 Commits

Author SHA1 Message Date
max ec3c456df0 Update 'index.html'
1 year ago
max 01f5b4d9f2 Update 'index.html'
1 year ago
max 10dd7005f2 Update 'index.html'
1 year ago
max ddd9913da4 Update 'index.html'
1 year ago
max 0a110ce86f Update 'index.html'
1 year ago
max e323288e14 Update 'maxfromwtf.html'
1 year ago
max cf1fb4334a trying to fix plausible link
1 year ago
max e867394572 adding anonymous stat tracking with plausible
1 year ago

@ -8,15 +8,16 @@
<meta name="description" content="WTFxUS Landing Page">
<meta name="keywords" content="WTFxUS, Record label, independent, diy">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script defer data-domain="whytheyfight.com" src="https://stats.whytheyfight.com/js/script.js"></script>
</head>
<body>
<div class="bgimg-1">
<div class="caption">
<span class="border">Coming Soon</span>
<span class="border"><a href="https://home.whytheyfight.com">Click to Enter</a></span>
</div>
</div>
<p style="padding:5px 15px;text-align:center;">
<button class="btn home"><a href="https://beta.whytheyfight.com" target="_blank">Home</a></button>
<button class="btn home"><a href="https://home.whytheyfight.com" target="_blank">Home</a></button>
<button class="btn login"><a href="https://login.whytheyfight.com/realms/WTFxUS/account" target="_blank">Log In</a></button>
<button class="btn music"><a href="https://open.spotify.com/playlist/1Eu0OT5741DZAkePkyeFYQ?si=adec1a3ea8b244c3" target="_blank">Music</a></button>
<button class="btn blog"><a href="https://blog.whytheyfight.com" target="_blank">Blog</a></button>

@ -3,6 +3,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/maxfromwtf.css">
<script defer data-domain="whytheyfight.com" src="https://stats.whytheyfight.com/js/script.js"></script>
<title>Links | WTFxUS</title>
</head>
<body>
@ -15,7 +16,7 @@
<a href="https://open.spotify.com/playlist/1Eu0OT5741DZAkePkyeFYQ?si=5f9e7f899aab487e" class="links" target="_blank">Music</a>
<a href="https://discord.whytheyfight.com" class="links" target="_blank">Discord</a>
<a href="https://max.whytheyfight.com" class="links" target="_blank">Personal Blog</a>
<a href="https://social.whytheyfight.com" class="links" target="_blank">Mastodon (Coming Soon)</a>
<a href="https://social.whytheyfight.com/@max" class="links" target="_blank">Mastodon</a>
<!-- Logo -->
<!--<div class="bottom-text">Links | WTFxUS</div> -->
<p style="color: aliceblue; text-align: center; padding: 5px 15px;"><a href="https://git.whytheyfight.com/max/WTFxUS/src/branch/master/maxfromwtf.html">Source Code</a></p>

Loading…
Cancel
Save