Skip to content

Commit

Permalink
Fixed States list and removed previous index.js and merged it to inde…
Browse files Browse the repository at this point in the history
…x.html <script>
  • Loading branch information
juliansetiadi committed Nov 2, 2023
1 parent 9ac413e commit 8db982d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 81 deletions.
4 changes: 3 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ <h2>New England Crop Insurance</h2>

<select name="state" id="userState">
<option value="CT">CT</option>
<option value="ME">ME</option>
<option value="MA">MA</option>
<option value="ME">ME</option>
<option value="NH">NH</option>
<option value="NY">NY</option>
<option value="PA">PA</option>
<option value="RI">RI</option>
<option value="VT">VT</option>
</select>
Expand Down
80 changes: 0 additions & 80 deletions src/index.js

This file was deleted.

0 comments on commit 8db982d

Please sign in to comment.