Skip to content

Commit

Permalink
fixed home link
Browse files Browse the repository at this point in the history
  • Loading branch information
Tari38 committed Feb 25, 2023
1 parent c884a2d commit 9b7f17c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/drawings.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<header>
<nav>
<a href="/">Home |</a>
<a href="../index.html">Home |</a>
<a href="./minecraft.html">Minecraft</a>
</nav>
</header>
Expand Down
4 changes: 2 additions & 2 deletions pages/minecraft.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</head>
<body>
<header>
<nav width="100%">
<a href="/">Home |</a>
<nav>
<a href="../index.html">Home |</a>
<a href="./drawings.html">Drawings |</a>
</nav>
</header>
Expand Down

0 comments on commit 9b7f17c

Please sign in to comment.