Skip to content

Commit

Permalink
Fix #247 issue linking to Tic Tac Toe
Browse files Browse the repository at this point in the history
Inside Tic Tac Toe folder there was html file but while linking, php files was used in the index.html.
  • Loading branch information
SusheelThapa committed Oct 5, 2023
1 parent 7f9dc6f commit ae21d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h1 class="text-uppercase Heading"> <span class="badge">small javascript project
Generator</a>
<a href="./Simon_Game/index.html" class="hvr-sweep-to-right projectsName">Simon Game</a>
<a href="./Snake Game/index.html" class="hvr-sweep-to-right projectsName">Snake Game</a>
<a href="./Tic Tac Toe/tictactoe.php" class="hvr-sweep-to-right projectsName">Tic Tac Toe</a>
<a href="./Tic Tac Toe/tictactoe.html" class="hvr-sweep-to-right projectsName">Tic Tac Toe</a>
<a href="./Text-to-Speech/index.html" class="hvr-sweep-to-right projectsName">Text to Speech Convertor</a>
<a href="./Timer/timer.html" class="hvr-sweep-to-right projectsName">Timer</a>
<a href="./To Do List/todolist.html" class="hvr-sweep-to-right projectsName">To Do List</a>
Expand Down

0 comments on commit ae21d91

Please sign in to comment.