Skip to content

Commit

Permalink
index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Atharwa135Prakash committed Jan 13, 2024
1 parent 9f13c06 commit a04a9e5
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,7 @@
</head>
<body>


<header class="text-gray-400 bg-gray-900 body-font">
<div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center">
<a class="flex title-font font-medium items-center text-white mb-4 md:mb-0">
<img fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" class="pt-0 pb-0 pl-0 pr-0 w-10 h-10 text-white bg-green-500 rounded-full" viewBox="0 0 24 4" src="logo.png">

<span class="ml-3 text-xl">Atharwa135</span>
</a>
<nav class="md:ml-auto flex flex-wrap items-center text-base justify-center">
<a class="mr-5 hover:text-white">Home</a>
<a class="mr-5 hover:text-white">Services</a>
<a class="mr-5 hover:text-white">About</a>
<a class="mr-5 hover:text-white">Contact</a>
</nav>
<button class="inline-flex items-center bg-gray-800 border-0 py-1 px-3 focus:outline-none hover:bg-gray-700 rounded text-base mt-4 md:mt-0">Button
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-4 h-4 ml-1" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</button>
</div>
</header>


<span class="ml-3 text-10xl">UNDER MAINTENANCE</span>

</body>
</html>
</html>

0 comments on commit a04a9e5

Please sign in to comment.