forked from M3-Academy/challenge-landing-page
41 lines
1.4 KiB
HTML
41 lines
1.4 KiB
HTML
|
<!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" />
|
||
|
<meta name="author" content="Henrique Santos Santana" />
|
||
|
<meta
|
||
|
name="description"
|
||
|
content="Isto é a descrição da página para ajudar SEO(Search Engineer Optimization)"
|
||
|
/>
|
||
|
<meta
|
||
|
name="keywords"
|
||
|
content="challenge, m3-academy, landing page, HTML, CSS, development, frontend, desafio, desenvolvimento"
|
||
|
/>
|
||
|
<link rel="shortcut icon" href="./assets/images/simple-logo.svg" type="image/svg+xml" />
|
||
|
<link rel="stylesheet" href="./assets/css/reset.css" type="text/css" />
|
||
|
<link rel="stylesheet" href="./assets/css/config.css" type="text/css" />
|
||
|
<link rel="stylesheet" href="./assets/css/main.css" type="text/css" />
|
||
|
|
||
|
<title>M3 Amazing Landing page | Challenge 1</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<!--=============== Header ===============-->
|
||
|
|
||
|
<!--=============== Main Banner ===============-->
|
||
|
|
||
|
<!--=============== Information ===============-->
|
||
|
|
||
|
<!--=============== Services ===============-->
|
||
|
|
||
|
<!--=============== Gallery ===============-->
|
||
|
|
||
|
<!--=============== Features ===============-->
|
||
|
|
||
|
<!--=============== Blog ===============-->
|
||
|
|
||
|
<!--=============== Footer ===============-->
|
||
|
</body>
|
||
|
</html>
|