challenge-landing-page-uebe.../index.html

22 lines
546 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
2022-10-08 18:28:51 +00:00
<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="./src/style/style.css">
<title>Landing Page M3</title>
</head>
<body>
<header class="page-header">
<figure class="figure-logo">
<a href="/"
><img src="./src/img/Logo-M3Academy 1.svg" alt="Logo M3Academy"
/></a>
</figure>
</header>
</body>
</html>