<!DOCTYPE html>
<html>
<head>
<title>Welcome to HKoo Website</title>
<meta charset="UTF-8">
<meta name="description" content="Introduction to HKoo website">
<meta name="keywords" content="HKoo website, introduction">
<meta name="author" content="Lukje">
</head>
<body>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
<header>
<h1>Welcome to HKoo Website</h1>
<p>Discover our mission and vision</p>
</header>
<main>
<!-- Hero section content -->
</main>
<footer>
<p>© 2024 HKoo</p>
<a href="#">Contact Us</a>
</footer>
</body>
</html>