0% found this document useful (0 votes)
11 views1 page

Girkl

The document is an HTML template for a webpage featuring a navigation bar. It includes links to 'Home', 'Fun Facts', and 'Location'. The structure utilizes Bootstrap for styling and responsiveness.

Uploaded by

Sach Sophos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

Girkl

The document is an HTML template for a webpage featuring a navigation bar. It includes links to 'Home', 'Fun Facts', and 'Location'. The structure utilizes Bootstrap for styling and responsiveness.

Uploaded by

Sach Sophos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<!

DOCTYPE html>
<html lang="en">
<head>
<title></title>
<link href="" rel="stylesheet">
<meta charset="UTF-8">
</head>
<body>
<section id="nav-bar">
<nav class="navbar navbar-expand-lg navbar-light ml-auto">
<div class="container-fluid">
<a class="navbar-brand" href="#">Home</a>
<button class="navbar-toggler" type="button" data-bs-
toggle="collapse" data-bs-target="#navbarSupportedContent" aria-
controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle
navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link"
href="girkl.html">HOME</a></li>
<li class="nav-item"><a href="#" class="nav-link">FUN
FACTS</a></li>
<li class="nav-item"><a href="#" class="nav-
link">LOCATION</a></li>
</ul>
</div>
</nav>
</section>
</body>
</html>

You might also like