Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenish109 authored Dec 25, 2023
1 parent ba8de3f commit 8d7afcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h2>Currency Converter</h2>
<form action="">
<div class="amount">
<p>Enter Amouny</p>
<input value="10" type="text">
<input value="1" type="text">
</div>
<div class="dropdown">
<div class="from">
Expand All @@ -41,4 +41,4 @@ <h2>Currency Converter</h2>
<script src="codes.js"></script>
<script src="script.js"></script>
</body>
</html>
</html>

0 comments on commit 8d7afcb

Please sign in to comment.