22 lines
546 B
HTML
22 lines
546 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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>
|