Merge pull request 'feat(home): adicionado esqueleto do projeto' (#1) from feature/header into development

Reviewed-on: #1
This commit is contained in:
Savio Carvalho Moraes 2022-10-09 23:47:11 +00:00
commit 99639f515b
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>