Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
YashChavanWeb committed Dec 7, 2023
1 parent 0352d23 commit 50e97d8
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

<body>
<!-- Header Section -->
<header>
<header class="header">
<!-- Navigation Bar -->
<nav class="navbar">
<ul>
<!-- Home Link -->
<li class="active"><a href="index.html">Home</a></li>
<li><a href="index.html">Home</a></li>
<!-- About Us Link -->
<li><a href="aboutus.html">About us</a></li>
<!-- Services Link with Dropdown -->
Expand All @@ -33,6 +33,10 @@
<li><a href="contactus.html">Contact Us</a></li>
</ul>
</nav>
<div class="mobile">
<ion-icon name="menu" class="navicon"></ion-icon>
<ion-icon name="close" class="navicon"></ion-icon>
</div>
</header>

<!-- Main Content Section -->
Expand All @@ -50,7 +54,11 @@
<!-- JavaScript Scripts -->
<script src="script.js"></script>
<!-- Additional Script Tag (if needed) -->
<!-- <script src="additional_script.js"></script> -->


<!-- <script src="additional_script.js"></script> -->
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
</body>


</html>

0 comments on commit 50e97d8

Please sign in to comment.