Skip to content

Commit

Permalink
corrected html
Browse files Browse the repository at this point in the history
  • Loading branch information
amirymax committed Mar 15, 2024
1 parent 7b70572 commit c76c4c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<button id="toggle-dark-mode">🌙</button>
<h1>Cristiano Ronaldo</h1>
<nav>
<a href="2023-fall-lab-portfolio-amiri-z.-f./index.html" class="nav-link">Home</a>
<a href="index.html" class="nav-link">Home</a>
<a href="about.html" class="nav-link">About</a>
<button id="toggle-dark-mode-nav">🌙</button>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<button id="toggle-dark-mode">🌙</button>
<h1>Cristiano Ronaldo</h1>
<nav>
<a href="2023-fall-lab-portfolio-amiri-z.-f./index.html" class="nav-link">Home</a>
<a href="index.html" class="nav-link">Home</a>
<a href="about.html" class="nav-link">About</a>
<button id="toggle-dark-mode-nav">🌙</button>
</nav>
Expand Down

0 comments on commit c76c4c2

Please sign in to comment.