Skip to content

Commit fc3ef7a

Browse files
committed
add /index.html
1 parent edb4131 commit fc3ef7a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

html/index.html

+11-11
Original file line numberDiff line numberDiff line change
@@ -60,43 +60,43 @@ <h4>
6060
<div>
6161
<ul class="list-group">
6262
<li class="list-group-item">
63-
<a href="checkers">Checkers</a>: Learn how to code checkers with HTML 5's drag and drop features.
63+
<a href="checkers/index.html">Checkers</a>: Learn how to code checkers with HTML 5's drag and drop features.
6464
</li>
6565
<li class="list-group-item">
66-
<a href="colors">Colors</a>: Have fun making colors out of tables.
66+
<a href="colors/index.html">Colors</a>: Have fun making colors out of tables.
6767
</li>
6868
<li class="list-group-item">
69-
<a href="game-of-life">Game of Life</a>: Create artificial life according to Conway's Game of Life.
69+
<a href="game-of-life/index.html">Game of Life</a>: Create artificial life according to Conway's Game of Life.
7070
</li>
7171
<li class="list-group-item">
72-
<a href="guessing-game">Guessing Game</a>: Test your guessing skills by guessing numbers generated by
72+
<a href="guessing-game/index.html">Guessing Game</a>: Test your guessing skills by guessing numbers generated by
7373
the computer.
7474
</li>
7575
<li class="list-group-item">
76-
<a href="morse-code">Morse Code</a>: Master sound manipulation with web technologies and learn about
76+
<a href="morse-code/index.html">Morse Code</a>: Master sound manipulation with web technologies and learn about
7777
morse code.
7878
</li>
7979
<li class="list-group-item">
80-
<a href="rps-game">Rock, Paper, Scissor</a>: Code the classic Rock, Paper, Scissor game.
80+
<a href="rps-game/index.html">Rock, Paper, Scissor</a>: Code the classic Rock, Paper, Scissor game.
8181
</li>
8282
<li class="list-group-item">
83-
<a href="rps++">Rock, Paper, Scissor (Re-imagined)</a>: Use a double-dose of artificial intelligence to
83+
<a href="rps++/index.html">Rock, Paper, Scissor (Re-imagined)</a>: Use a double-dose of artificial intelligence to
8484
challenge
8585
the computer in an interactive game of Rock, Paper, Scissor.
8686
</li>
8787
<li class="list-group-item">
88-
<a href="sign-language">Sign Language</a>: A fun and neat program to test your knowledge of sign
88+
<a href="sign-language/index.html">Sign Language</a>: A fun and neat program to test your knowledge of sign
8989
language
9090
alphabets.
9191
</li>
9292
<li class="list-group-item">
93-
<a href="slot-machine-game">Slot Machine</a>: Emulate a slot machine game.
93+
<a href="slot-machine-game/index.html">Slot Machine</a>: Emulate a slot machine game.
9494
</li>
9595
<li class="list-group-item">
96-
<a href="solar-system">Solar System</a>: Bring the solar system to life by coding it!
96+
<a href="solar-system/index.html">Solar System</a>: Bring the solar system to life by coding it!
9797
</li>
9898
<li class="list-group-item">
99-
<a href="tic-tac-toe">Tic-Tac-Toe</a>: Play tic-tac-toe against the computer.
99+
<a href="tic-tac-toe/index.html">Tic-Tac-Toe</a>: Play tic-tac-toe against the computer.
100100
</li>
101101
</ul>
102102
</div>

0 commit comments

Comments
 (0)