24 lines
632 B
HTML
24 lines
632 B
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" />
|
||
|
<title>M3 Landing Page</title>
|
||
|
|
||
|
<link rel="stylesheet" href="./assets/imagens/styles/main.css" />
|
||
|
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<header class="page-header">
|
||
|
<a href="/">
|
||
|
<img class="header-logo" src="./assets/imagens/Logo M3 [branco] (4) 1.png" alt="logo M3" />
|
||
|
</a>
|
||
|
|
||
|
|
||
|
</header>
|
||
|
|
||
|
</body>
|
||
|
</html>
|