feat(index): adicionando a página principal

This commit is contained in:
Gustavo_Rallenson 2022-10-08 00:09:03 -03:00
parent 08edfea66b
commit 1c67f11ad6

19
index.html Normal file
View File

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="Pt-BR">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>M3 Landing Page</title>
</head>
<body>
<main>
<header>
</header>
</main>
<footer></footer>
</body>
</html>