feat(home): adicionado header.

This commit is contained in:
Luiz Felipe Silva 2022-10-14 14:00:33 -03:00
parent de708d17b2
commit 5ccb9fb233

View File

@ -13,6 +13,10 @@
</head>
<body>
<header>
<a href="/">
<img src="./src/assets/svg/logo.svg" alt="Logo M3">
</a>
</header>
</body>
</html>