22 lines
No EOL
923 B
HTML
22 lines
No EOL
923 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="/css/index.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<div class="bgimg-1">
|
|
<div class="caption">
|
|
<span class="border">Coming Soon</span>
|
|
</div>
|
|
</div>
|
|
<p style="padding:5px 15px">
|
|
<button class="btn home"><a href="https://whytheyfight.com/home">Home</a></button>
|
|
<button class="btn login"><a href="https://login.whytheyfight.com/realms/WTFxUS/account">Log In</a></button>
|
|
<button class="btn music"><a href="https://open.spotify.com/playlist/1Eu0OT5741DZAkePkyeFYQ?si=adec1a3ea8b244c3">Music</a></button>
|
|
<button class="btn blog"><a href="https://blog.whytheyfight.com">Blog</a></button>
|
|
<button class="btn discord"><a href="https://discord.whytheyfight.com">Discord</a></button>
|
|
<button class="btn git"><a href="https://git.whytheyfight.com">Git</a></button>
|
|
</p>
|
|
</body>
|
|
</html> |