feat(home):primeiro commit, iniciando a pagina

This commit is contained in:
Edna Barboza de Lima 2022-10-10 09:34:08 -03:00
parent 89ee7124ac
commit f0b89438e7
2 changed files with 13 additions and 0 deletions

13
index.html Normal file
View File

@ -0,0 +1,13 @@
<!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="./style.css">
</head>
<body>
</body>
</html>

0
style.css Normal file
View File