Loading...
← Back to Blog

NAV BAR DEMO

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> &nbsp;&nbsp;
<a href="https://www.youtube.com">Watch</a>&nbsp;&nbsp;
<a href="#">Gallery</a>&nbsp;&nbsp;
<a href="#">Map</a>&nbsp;&nbsp;
<a href="#">Contact</a>&nbsp;&nbsp;
<a href="#">SafetyRules</a>&nbsp;&nbsp;

</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>

Comments (0)

No comments yet.

Login to comment.