feat: cria estrutura de diretorios e arquivos

This commit is contained in:
Emmanuel Vitor Pereira de Jesus 2022-10-11 16:48:02 -03:00
parent 89ee7124ac
commit 4b2228a898
2 changed files with 20 additions and 0 deletions

20
index.html Normal file
View File

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css/style.css">
<title>Challenge M3Academy</title>
</head>
<body>
</body>
</html>

0
style/style.css Normal file
View File