feat(home): estrutura inicial HTML criada.
This commit is contained in:
parent
dbd4c5ba1c
commit
06b285581a
16
index.html
16
index.html
@ -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">
|
||||
<link rel="stylesheet" href="./src/assets/css/style.css">
|
||||
<link rel="shortcut icon" href="./src/assets/img/favicon.jpg" type="image/x-icon">
|
||||
<title>Landing Page - M3 Academy</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user