forked from M3-Academy/challenge-landing-page
Merge pull request 'feat(home): adicionado esqueleto do projeto' (#1) from feature/header into development
Reviewed-on: #1
This commit is contained in:
commit
99639f515b
0
assets/css/style.css
Normal file
0
assets/css/style.css
Normal file
16
index.html
Normal file
16
index.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user