Skip to content

Commit

Permalink
Adjusted Folder Structure Link
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajapatiApurva committed May 10, 2024
1 parent 3a9ac30 commit 3f3ec7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions farmerRegistration.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Farmer Registration</title>
<link rel="stylesheet" href="registration.css">
<link rel="stylesheet" href="./css/registration.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Laila:wght@300;400;500;600;700&display=swap" rel="stylesheet">
Expand Down Expand Up @@ -55,7 +55,7 @@ <h2 class="heading">Farmer <img src="./images/circle-user-solid.svg"
</form>
</div>
</div>
<script src="registration.js"></script>
<script src="./js/registration.js"></script>
</body>

</html>
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Products | Kisan Setu</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="./css/style.css">
</head>

<body>
Expand Down Expand Up @@ -176,7 +176,7 @@ <h4>500gm</h4>
</section>
</main>

<script src="script.js"></script>
<script src="./js/script.js"></script>
</body>

</html>

0 comments on commit 3f3ec7c

Please sign in to comment.