Skip to content

Commit

Permalink
fixed the links to exercices
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasciofe committed Sep 2, 2023
1 parent 87820a3 commit 0f11fe1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<div class="container">
<div class="container-box">
<div class="container-box title"><h1>Welcome to my Repository</h1></div>
<div class="container-box links">
<button><a href="./exercise01/index.html">exercise01</a></button>
<button><a href="./exercise02/index.html">exercise02</a></button>
<button><a href="./exercise03/">exercise03</a></button>
<button><a href="./recipeproject/index.html">Recipe Project</a></button>
<button><a href="/flex-and-grid/index.html">flex-and-grid</a></button>
<div class="container-box link">
<button><a href="./html/exercise01/index.html">exercise01</a></button>
<button><a href="./html/exercise02/index.html">exercise02</a></button>
<button><a href="./html/exercise03/index.html">exercise03</a></button>
<button><a href="./html/recipeproject/index.html">Recipe Project</a></button>
<button><a href="./html/flex-and-grid/index.html">flex-and-grid</a></button>
</div>
</div>
</div>
Expand Down

0 comments on commit 0f11fe1

Please sign in to comment.