Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
updated Href value of Hindi anchor tag
  • Loading branch information
arpita-developer authored Mar 3, 2024
1 parent 91180e1 commit cb6495e
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 @@ -41,7 +41,7 @@ <h2> COURSES</h2>

<select id="dropdown">
<option value="">Select a language</option>
<option value="Hindi.html">Hindi</option>
<option value="hindi.html">Hindi</option>
<option value="spanish.html">Spanish</option>
<option value="French">French</option>
<option value="German">German</option>
Expand Down Expand Up @@ -94,4 +94,4 @@ <h2>Contact Us</h2>
</footer>
</body>
<script src="vvscript.js"></script>
</html>
</html>

0 comments on commit cb6495e

Please sign in to comment.