Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeeeef authored Sep 10, 2024
1 parent 6593317 commit 47b735c
Showing 1 changed file with 34 additions and 6 deletions.
40 changes: 34 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,35 @@
<html>
<head>
<title>lol</title>
</head>
<body>
is this thing online?<br/><img src="https://media1.tenor.com/m/hdfAdEbBjwwAAAAC/ryan-stiles-middle-finger.gif"

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>JEEF</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<style>
body {
height: 100vh;
background-color: black;
color: white;
}

#text {
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
</style>
</head>
<body>
<div id="text">
<h1 id="headline" style="display: block;">JEEF</h1>
<div id="strap" class="text-muted text-center" style="display:block;">
<a href="/cdn-cgi/l/email-protection#09646c49657c626c276e6e"><span class="__cf_email__" data-cfemail="b5d8d0f5d9c0ded09bd2d2">[email&#160;protected]</span></a>
<br />
<a href="https://discord.gg/bruh">balls</a>
</div>
</div>
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script></body>
</html>

0 comments on commit 47b735c

Please sign in to comment.