fix: remove tag header duplicada #2

Merged
EmersonLinsCostaPinto merged 1 commits from feature/header into main 2022-10-08 22:17:07 +00:00
Showing only changes of commit 6b5cac7ab6 - Show all commits

View File

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