development #10

Merged
SavioCarvalhoMoraes merged 26 commits from development into main 2022-10-13 15:48:49 +00:00
2 changed files with 16 additions and 0 deletions
Showing only changes of commit 9e991a3ad9 - Show all commits

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>