Skip to content

Commit

Permalink
open developer's secret commit
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavmehndiratta committed Apr 11, 2024
0 parents commit af4b9d6
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Open Developer's Secret Community!</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
font-family: 'Arial', sans-serif;
}
h1 {
text-align: center;
}
</style>
</head>
<body>
<h1>
oops, you spelled it wrong... <br>
or maybe we tricked you ;)<br><br>

ODSC<br>
Open Developers Secret Community<br>

<i>coming soon</i>
<br><br>
Maybe you wanted to visit <a href="hack.osdc.dev">hack.osdc.dev</a>
</h1>

<script>
setTimeout(function() {
window.location.href = 'https://hack.osdc.dev';
}, 6969);
</script>
</body>
</html>

0 comments on commit af4b9d6

Please sign in to comment.