By voidman on Sep 01, 2025 03:13
<html>
<head>
<title>Discover Kathmandu</title>
<link rel="icon" href="/pics/ktm.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="logo">
<img src="/pics/ktmlogo.png" height="50" width="50">
<h1>Explore KTM valley</h1>
</div>
<nav>
<a href="#">Home</a>
<a href="https://www.youtube.com">Watch</a>
<a href="#">Gallery</a>
<a href="#">Map</a>
<a href="#">Contact</a>
<a href="#">SafetyRules</a>
</nav>
</header>
<hr>
<main>
<section id="videos">
<video autoplay loop playsinline muted>
<source src="/videos/ANNAPURNA.mp4">
</video>
<div class="content">
<h1>Welcome to Kathmandu Valley</h1>
<p>Travels. Tastes. Treasures. Trails. Tours. </p>
<a href="#" class="btn">Quick Virtual Tour</a>
</div>
</section>
</main>
<footer>
</footer>
</body>
</html>