-
Notifications
You must be signed in to change notification settings - Fork 0
/
noaccheader.php
24 lines (21 loc) · 1.05 KB
/
noaccheader.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center header-transparent">
<div class="container d-flex justify-content-between align-items-center">
<div class="logo">
<!-- <h1 class="text-light"><a href="index.html"><span>Thant</span></a></h1> -->
<!-- Uncomment below if you prefer to use an image logo -->
<a href="index.php"><img src="./assets/logo.png" alt="" class="img-fluid"></a>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="active " href="index.php">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Medical Service</a></li>
<li><a href="portfolio.html">Doctor Lists</a></li>
<li><a href="contactus.php">Contact Us</a></li>
<li><a href="login.php">Login</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->