Skip to content

Commit f6f4f46

Browse files
Adding My File into index.html
1 parent 7c7054a commit f6f4f46

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

index.html

+16
Original file line numberDiff line numberDiff line change
@@ -1927,6 +1927,22 @@ <h4>Lights Out</h4>
19271927
</div>
19281928
</div>
19291929

1930+
<div class="item">
1931+
<img src="30DaysOfJavaScript/assets/125- Arcade Game.png" alt="Arcade Game">
1932+
<h4>Arcade Game</h4>
1933+
<a target="_blank"
1934+
href="https://github.com/swapnilsparsh/30DaysOfJavaScript/tree/master/111%20-%20Arcade%20Game%20">
1935+
<i class="fa-brands fa-square-github"></i>
1936+
<a target="_blank" href="125- Arcade Game\index.html"><i class="fa-solid fa-link"></i> </a>
1937+
</a>
1938+
<div class="description">
1939+
<p>
1940+
A pure CSS game where the user controls a stack of blocks by clicking and dragging the mouse.
1941+
</p>
1942+
</div>
1943+
</div>
1944+
1945+
19301946
<!-- Main Section End -->
19311947

19321948
<!-- Footer Start -->

0 commit comments

Comments
 (0)