feat(home): criando o header

This commit is contained in:
Guilherme de Camargo Barbosa 2022-10-12 10:29:39 -03:00
parent 405c9b907c
commit 5cfb81e1ee

View File

@ -9,6 +9,10 @@
<title>M3 Academy Landing Page</title>
</head>
<body>
<header>
<div class="logo">
<img src="/src/assets/Logo-M3Academy 1.svg" alt="Logo M3 Academy" />
</div>
</header>
</body>
</html>