Skip to content

Commit

Permalink
adding index file
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitjainfsl committed Feb 2, 2024
1 parent 82d091c commit aebce27
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>jsSnippets Projects</title>
</head>
<body>

<h1>jsSnippets Projects</h1>

<div class="project-card">
<h2>Drag and Drop</h2>
<p>Description of the Drag and Drop project.</p>
<a href="drag-and-drop">View Project</a>
</div>

<div class="project-card">
<h2>Callbacks</h2>
<p>Description of the Callbacks project.</p>
<a href="callbacks">View Project</a>
</div>

<!-- Add more project cards as needed -->

</body>
</html>

0 comments on commit aebce27

Please sign in to comment.