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>
<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>
</body>
</html>