Skip to content

Commit

Permalink
index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniaNivia committed Aug 28, 2024
2 parents 10df1d7 + 48eb45a commit 2ed07ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

<head>
<meta charset="UTF-8">
<title>Style</title>
<link rel="icon" type="image/x-icon" href="imagens/logo.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Website With Login & Registration | Codehal</title>
<link rel="stylesheet" href="css/estilos.css">
</head>

Expand All @@ -18,7 +19,7 @@
<nav class="navigation">
<a href="sobre.html">Sobre</a>
<a href="serviço.html">Serviços</a>
<a href=" style.lookfy@gmail.com " target="_blank">Contato</a>
<a href="mailto:style.lookfy@gmail.com" target="_blank">Contato</a>
<a href="entrar.html" class="btn-link btn-login">Entrar</a>
</nav>
</header>
Expand Down

0 comments on commit 2ed07ad

Please sign in to comment.