Skip to content

Commit

Permalink
Added placeholder for postcode in response to #24
Browse files Browse the repository at this point in the history
  • Loading branch information
MissArray committed Aug 3, 2018
1 parent fa766c9 commit fb8fdb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>Crime rates in your area</h1>
<br>
<form>
<label for="input_postcode"></label>
<input type="text" id="input_postcode" name="postcode">
<input type="text" id="input_postcode" name="postcode" placeholder="Please enter a postcode">
<button class="postcodeButton">Search</button>
<button class="geoButton">Geolocation</button>
</form>
Expand Down

0 comments on commit fb8fdb7

Please sign in to comment.