<!doctype html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>meetcode</title>
</head>
<body>
<header>
<nav aria-label='Primary'>
<a href='#'>Home</a>
<a href='#'>Topics</a>
</nav>
</header>
<main>
<p>Welcome to meetcode.</p>
</main>
<footer>
<nav aria-label='Footer'>
<a href='#'>Privacy</a>
<a href='#'>Contact</a>
</nav>
</footer>
</body>
</html>
<!doctype html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>meetcode</title>
</head>
<body>
<header>
<nav aria-label='Primary'>
<a href='#'>Home</a>
<a href='#'>Topics</a>
</nav>
</header>
<main>
<p>Welcome to meetcode.</p>
</main>
<footer>
<nav aria-label='Footer'>
<a href='#'>Privacy</a>
<a href='#'>Contact</a>
</nav>
</footer>
</body>
</html>