feat: Adiciona estrutura html

This commit is contained in:
Cainã Milech 2022-10-10 23:13:55 -03:00
parent 89ee7124ac
commit db4ea918c8
2 changed files with 15 additions and 0 deletions

0
assets/styles/main.css Normal file
View File

15
index.html Normal file
View File

@ -0,0 +1,15 @@
<!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 Landing Page</title>
<link rel="stylesheet" href="/assets/styles/main.css" />
</head>
<body>
</body>
</html>