You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
105 lines
3.6 KiB
105 lines
3.6 KiB
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"> |
|
<title>~ WTFxUS ~</title> |
|
<link rel="icon" href="images/blacklogo.png"> |
|
<style> |
|
body, html { |
|
height: 100%; |
|
margin: 0; |
|
font: 400 15px/1.8 "Lato", sans-serif; |
|
color: #777; |
|
} |
|
|
|
.bgimg-1, .bgimg-2, .bgimg-3 { |
|
position: relative; |
|
opacity: 0.65; |
|
background-position: center; |
|
background-repeat: no-repeat; |
|
background-size: cover; |
|
} |
|
.bgimg-1 { |
|
background-image: url("images/wtfxus.jpg"); |
|
height: 100%; |
|
} |
|
|
|
.caption { |
|
position: absolute; |
|
left: 0; |
|
top: 50%; |
|
width: 100%; |
|
text-align: center; |
|
color: #000; |
|
} |
|
|
|
.caption span.border { |
|
background-color: #111; |
|
color: #fff; |
|
padding: 18px; |
|
font-size: 25px; |
|
letter-spacing: 10px; |
|
} |
|
|
|
h3 { |
|
letter-spacing: 5px; |
|
text-transform: uppercase; |
|
font: 20px "Lato", sans-serif; |
|
color: #111; |
|
} |
|
</style> |
|
|
|
<!-- Matomo --> |
|
<script type="text/javascript"> |
|
var _paq = window._paq = window._paq || []; |
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */ |
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]); |
|
_paq.push(["setCookieDomain", "*.whytheyfight.com"]); |
|
_paq.push(["setDomains", ["*.whytheyfight.com"]]); |
|
_paq.push(["setDoNotTrack", true]); |
|
_paq.push(['trackPageView']); |
|
_paq.push(['enableLinkTracking']); |
|
(function() { |
|
var u="//stats.whytheyfight.com/"; |
|
_paq.push(['setTrackerUrl', u+'matomo.php']); |
|
_paq.push(['setSiteId', '1']); |
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; |
|
g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); |
|
})(); |
|
</script> |
|
<noscript><p><img src="//stats.whytheyfight.com/matomo.php?idsite=1&rec=1" style="border:0;" alt="" /></p></noscript> |
|
<!-- End Matomo Code --> |
|
|
|
</head> |
|
<body> |
|
<div class="bgimg-1"> |
|
<div class="caption"> |
|
<span class="border">WTFxUS</span> |
|
<br> |
|
<br> |
|
<a href="home.html"><span class="border">ENTER</span></a> |
|
</div> |
|
</div> |
|
|
|
|
|
<div id="table"> |
|
<table cellspacing="75" style="padding:10px 10px" align="center"> |
|
<tr> |
|
<h2> |
|
<td><a href="https://beta.whytheyfight.com">Login</a></td> |
|
<td><a href="https://open.spotify.com/playlist/1Eu0OT5741DZAkePkyeFYQ?si=FJ5LvDEDTeK4h9rZ6kipZw" rel="noopener noreferrer" target="_blank">Music</a></td> |
|
<!-- <td><a href="https://distro.whytheyfight.com">Distro</a></td> --> |
|
<td><a href="https://shop.whytheyfight.com" rel="noopener noreferrer" target="_blank">Shop</a></td> |
|
<td><a href="https://blog.whytheyfight.com" rel="noopener noreferrer" target="_blank">Blog</a></td> |
|
<td><a href="about.html">About</a></td> |
|
<td><a href="contact.html">Contact Us</a></td> |
|
</h2> |
|
</tr> |
|
</table> |
|
</div> |
|
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha256-4+XzXVhsDmqanXGHaHvgh1gMQKX40OUvDEBTu8JcmNs=" crossorigin="anonymous"></script> |
|
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script> |
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script> |
|
</body> |
|
</html>
|
|
|