practice-time-landing-page-.../index.html
2022-10-08 22:07:51 -03:00

18 lines
532 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>Landing page</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<header>
<a href="/">
<img src="./assets/Logo M3 [branco] (4) 1.png" alt="logo da M3"
/>
</a>
</header>
</body>
</html>