feat(home): adicionado esqueleto do projeto

This commit is contained in:
Savio Carvalho Moraes 2022-10-09 20:39:36 -03:00
parent 89ee7124ac
commit 9e991a3ad9
2 changed files with 16 additions and 0 deletions

0
assets/css/style.css Normal file
View File

16
index.html Normal file
View File

@ -0,0 +1,16 @@
<!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">
<title>Desafio 1 - M3 Academy</title>
<link rel="stylesheet" href="./assets/css/style.css">
</head>
<body>
</body>
</html>