Skip to content

Commit

Permalink
link das paginas
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonjuunior committed Jun 22, 2024
1 parent 95513ae commit 489bac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codigo-fonte/pages/cadastro.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1>CADASTRO</h1>
<div id="caixaopcoes">
<div id="opcoes">
<a id="cadastrar" href="../pages/login.html">Login</a>
<a id="esqueceu" href="https:www.google.com">Esqueceu a Senha?</a>
<a id="esqueceu" href="../rec-senha/templates/email_input.html">Esqueceu a Senha?</a>
</div>
</div>
<button class="entrar-login" type="submit"> Cadastrar </button>
Expand Down
2 changes: 1 addition & 1 deletion codigo-fonte/pages/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h1>LOGIN</h1>
<div id="caixaopcoes">
<div id="opcoes">
<a id="cadastrar" href="../pages/cadastro.html">Cadastrar-se</a>
<a id="esqueceu" href="../pages/pagrecsenha1.html">Esqueceu a Senha?</a>
<a id="esqueceu" href="../rec-senha/templates/email_input.html">Esqueceu a Senha?</a>
</div>
</div>
<button class="entrar-login">Entrar</button>
Expand Down

0 comments on commit 489bac9

Please sign in to comment.