practice-time-landing-page-.../index.html

21 lines
533 B
HTML
Raw Normal View History

2022-10-07 23:24:31 +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">
<title>Atividade 1 m3</title>
<link rel="stylesheet" href="./materiais/styles/main.css">
</head>
<body>
<header class="page-header">
<a href="/">
<img class="header-logo" src="materiais/imagens/Logo M3 [branco]1.png" alt="Logo M3">
</a>
</header>
</body>
</html>