Skip to content

Commit

Permalink
button fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansh101112 committed Aug 1, 2024
1 parent 7709ff7 commit 512ca89
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand All @@ -16,18 +15,11 @@
<link rel="stylesheet" href="css/homeHeader.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
<link rel="stylesheet" href="css/footer.css">

<link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.3.0/flowbite.min.css" rel="stylesheet" />


<link href="css/contactus.css" rel="stylesheet">

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />



<meta name="theme-color" content="#2874F0" id="themeColor">
<title>Flipkart | Online Shopping Site for Mobiles, Electronics, Furniture, Grocery, Lifestyle, Books &amp; More.
Best Offers!</title>
Expand Down Expand Up @@ -521,8 +513,6 @@ <h4>Login</h4>
<div id="categorylist-wrapper" class="container-fluid categorylist-wrapper">
<ul id="categories" class="categories"></ul>
</div>

<button id="temporary-login-btn" class="btn btn-primary temporary-login-btn">Login</button>
<script>
document.addEventListener('DOMContentLoaded', function() {
const loginBtn = document.getElementById('temporary-login-btn');
Expand Down

0 comments on commit 512ca89

Please sign in to comment.