Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mdzaberalhamid committed Jul 22, 2023
1 parent c54c8fa commit b2d49ed
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,28 @@
<body>
<h1>Vanilla JavaScript Projects</h1>
<hr>
<p><span>01. Color Flipper</span><a href="./01-color-flipper/index.html">Live demo</a></p>

<table>
<tr>
<th class="center">No.</th>
<th>Project Name</th>
<th class="center">Project Link</th>
</tr>
<tr>
<td class="center">1</td>
<td>Color Flipper</td>
<td class="center"><a href="./01-color-flipper/index.html">live demo</a></td>
</tr>
<tr>
<td class="center">2</td>
<td></td>
<td class="center"></td>
</tr>
<tr>
<td class="center">3</td>
<td></td>
<td class="center"></td>
</tr>
</table>
</body>
</html>

0 comments on commit b2d49ed

Please # to comment.