practice-time-landing-page/index.html

21 lines
635 B
HTML
Raw Normal View History

2022-10-07 14:42:22 +00:00
<!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="Saulo Klein Nery">
<link rel="stylesheet" href="./assets/styles/main.css">
<title>Landing Page</title>
</head>
<body>
<header class="page-header">
<a href="#">
<img class="page-header-logo" src="./assets/images/logo_m3_branco.svg" alt="Imagem Logo M3">
</a>
</header>
</body>
</html>