Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
wwreels authored Jan 3, 2024
0 parents commit ef028aa
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Bl.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<title>Click Here Website</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
font-family: Arial, sans-serif;
background-color: #f1f1f1;
}

.big-text {
font-size: 48px;
font-weight: bold;
}
</style>
</head>
<body>
<a href="https://grabify.link/PWAMYG" class="big-text">Click here!</a>
</body>
</html>

0 comments on commit ef028aa

Please sign in to comment.