fix: remove tag header duplicada

This commit is contained in:
Emerson Lins Costa Pinto 2022-10-08 19:15:52 -03:00
parent 86b318bd10
commit 6b5cac7ab6

View File

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@ -14,14 +15,14 @@
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap" rel="stylesheet">
</head>
<body>
<header>
<header class="page-header">
<a href="/">
<img class="logo-header" src="assets/imagens/logo-m3.png" alt="Logo m3" />
</a>
</header>
<header class="page-header">
<a href="/">
<img class="logo-header" src="assets/imagens/logo-m3.png" alt="Logo m3" />
</a>
</header>
</body>
</html>