Skip to content

Commit 6a2d546

Browse files
authored
test version 01
1 parent cafa93e commit 6a2d546

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,20 +72,20 @@ <h2>My Projects:</h2>
7272

7373
<div class="game-list">
7474
<div class="game-card">
75-
<a href="clicker-game/index.html">Clicker Game</a>
75+
<a href="./clicker-game/index.html">Clicker Game</a>
7676
</div>
7777
<div class="game-card">
78-
<a href="Codriver/index.html">Codriver</a>
78+
<a href="./Codriver/index.html">Codriver</a>
7979
</div>
8080
<div class="game-card">
81-
<a href="budget-tracker/index.html">Budget Tracker</a>
81+
<a href="./budget-tracker/index.html">Budget Tracker</a>
8282
</div>
8383
<div class="game-card">
84-
<a href="the-quiz/index.html">The Quiz</a>
84+
<a href="./the-quiz/index.html">The Quiz</a>
8585
</div>
8686

8787
<div class="game-card">
88-
<a href="e-table/index.html">E-table</a>
88+
<a href="./e-table/index.html">E-table</a>
8989
</div>
9090
</div>
9191
</body>

0 commit comments

Comments
 (0)