Skip to content

Commit

Permalink
correção home
Browse files Browse the repository at this point in the history
  • Loading branch information
paolaalim committed Feb 13, 2024
1 parent 4febe82 commit 5667475
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
2 changes: 1 addition & 1 deletion home.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<body>
<header class="cabecalho">
<nav class="cabecalho__menu">
<a class="cabecalho__menu__link" href ="index.html">Home</a>
<a class="cabecalho__menu__link" href ="home.html">Home</a>
<a class="cabecalho__menu__link" href ="apostilas.html">Apostilas</a>
</nav>
</header>
Expand Down

0 comments on commit 5667475

Please sign in to comment.