Skip to content

Commit

Permalink
Added index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Aug 20, 2024
1 parent 8d7ee04 commit 4326232
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Under Development</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
font-family: Arial, sans-serif;
background-color: #f0f0f0;
}
.message {
text-align: center;
font-size: 24px;
color: #333;
}
</style>
</head>
<body>
<div class="message">Under Development</div>
</body>
</html>

0 comments on commit 4326232

Please sign in to comment.