practice-time-landing-page/index.html

18 lines
483 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"/>
<link rel="stylesheet" href="css/index.css">
<title>Document</title>
</head>
<body>
<header class="page-header">
<a href="/">
<img class="header-logo" src="./Assets/Images/logo-m3.png" alt="logo-m3"/>
</a>
</header>
</body>
</html>