Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
added unicode emojis to options
  • Loading branch information
aidan-yip authored Jan 20, 2024
1 parent 25f6631 commit 9b731a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ <h3>How much do you enjoy your Apple devices?</h3>
<fieldset>
<select id="dropdown">
<option value="" disabled selected>Select one</option>
<option value="Happy"> Very much so</option>
<option value="so-so"> They're ok...</option>
<option value="hate"> They make me miserable</option>
<option value="Happy"> Very much so 😃</option>
<option value="so-so"> They're ok... 😐</option>
<option value="hate"> They make me miserable 😔</option>
</select>
</fieldset>

Expand Down

0 comments on commit 9b731a6

Please sign in to comment.