practice-time-landing-page-.../index.html
2022-10-07 18:15:21 -03:00

26 lines
563 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/styles/style.css">
</head>
<body>
<header class="page-header">
<a href="/">
<img class="header-logo" src="assets/Logo M3 [branco] (4) 1.png" alt="Logo M3">
</a>
</header>
<main>
</main>
<footer>
</footer>
</body>
</html>