Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gamez-for-fun authored Jan 16, 2025
1 parent a58d405 commit 9237e18
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,11 @@
<h1>Welcome to Gamez for Fun</h1>
<div class="game-container">
<div class="game">
<a href="/">
<img src="game1.jpg" alt="Windows XP">
<a href="https://gamez-for-fun.github.io/">
<div class="game-title">Windows XP</div>
<div class="game-description">Windows XP Emulator.</div>
</a>
</div>
# <div class="game">
# <a href="/game2.html">
# <img src="game2.jpg" alt="Game 2">
# <div class="game-title">Game Title 2</div>
# <div class="game-description">Short description of Game 2.</div>
# </a>
# </div>
<!-- Add more games here with their respective links -->
</div>
</body>
</html>

0 comments on commit 9237e18

Please sign in to comment.