Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Signed-off-by: SkandaBT <9980056379Skanda@gmail.com>
  • Loading branch information
skanda890 authored Nov 23, 2024
1 parent a67ea4a commit 9f9d34f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions dictionary-app/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
</head>
<body>
<div class="container">
<h1>Dictionary App</h1>
<form id="dictionary-form">
<input type="text" id="word" placeholder="Enter a word" required>
<select id="language">
<option value="en">English</option>
<div class="language-switcher">
<select id="language-switcher">
<option value="en">English (US)</option>
<option value="en-uk">English (UK)</option>
<option value="en-in">English (India)</option>
<option value="es">Spanish</option>
<option value="fr">French</option>
<option value="de">German</option>
Expand Down Expand Up @@ -55,6 +55,10 @@ <h1>Dictionary App</h1>
<option value="ms">Malay</option>
<option value="tl">Tagalog</option>
</select>
</div>
<h1>Dictionary App</h1>
<form id="dictionary-form">
<input type="text" id="word" placeholder="Enter a word or phrase" required>
<button type="submit">Define</button>
</form>
<div id="result"></div>
Expand Down

0 comments on commit 9f9d34f

Please sign in to comment.