feat(home): criado o header.

This commit is contained in:
Luiz Felipe Silva 2022-10-13 14:06:04 -03:00
parent 3805233f12
commit 3df57a45a7

View File

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