feat: Adiciona estrutura html
This commit is contained in:
parent
89ee7124ac
commit
db4ea918c8
0
assets/styles/main.css
Normal file
0
assets/styles/main.css
Normal file
15
index.html
Normal file
15
index.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user