feat: cria arquivo index HTML

This commit is contained in:
Emmanuel Vitor Pereira de Jesus 2022-10-11 16:41:53 -03:00
parent 89ee7124ac
commit 69f05c723e

15
index.html Normal file
View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<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>Challeng M3 Academy</title>
</head>
<body>
</body>
</html>