Skip to content

Commit 0b64d1f

Browse files
committed
added my game in index.html file
1 parent 4e64251 commit 0b64d1f

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Loading

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,6 +1514,20 @@ <h4>Lights Out</h4>
15141514
<a href="https://github.com/swapnilsparsh/30DaysOfJavaScript/tree/master/122%20-%20Lights%20Out" target="_blank"><button class="button">Github</button></a>
15151515
</div>
15161516
</div>
1517+
1518+
<div class="maincard">
1519+
<div class="card1">
1520+
<img src="30DaysOfJavaScript/assets/123-Reverse Memory Game.png" alt="Reverse Memory Game">
1521+
</div>
1522+
<div class="card">
1523+
<h4>Reverse Memory Game</h4>
1524+
<p>
1525+
A fun and challenging memory game where you must recall a sequence of colors in reverse order.
1526+
</p>
1527+
<a href="123-Reverse Memory Game/index.html" target="_blank"><button class="button">Live</button></a>
1528+
<a href="https://github.com/swapnilsparsh/30DaysOfJavaScript/tree/master/123-Reverse%20Memory%20Game" target="_blank"><button class="button">Github</button></a>
1529+
</div>
1530+
</div>
15171531
</div>
15181532

15191533

0 commit comments

Comments
 (0)