Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
HillFlame authored Apr 14, 2024
1 parent c9a7dba commit 3720589
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Redirect</title>
<style>
body {
background-color: #4c4b4b;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
font-family: Arial, sans-serif;
}
h1 {
color: white;
font-size: 3em;
text-align: center;
margin: 0;
}
.stripe {
background-color: #4444be;
height: 30vh;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
</style>
</head>
<body>
<div class="stripe">
<h1>Website is Blocked</h1>
</div>
</body>
</html>

0 comments on commit 3720589

Please sign in to comment.