Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
RachitKumar205 committed Aug 28, 2024
0 parents commit 46e538c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<div class="w-screen h-screen p-4">
<h1 class="text-4xl text-bold font-mono">GDSC SNIoE Dev Team Recruitments</h1>
<p class="mt-8 font-mono">Test body goes here</p>
</div>
</body>
</html>

0 comments on commit 46e538c

Please sign in to comment.