Skip to content

Commit

Permalink
fix the mistake #24
Browse files Browse the repository at this point in the history
  • Loading branch information
hibaakel committed May 15, 2017
1 parent 906c978 commit b69e9cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions views/location.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<form class="pa4 black-80-center">
<h1>location</h1>
<label for="location" class="f6 b db mb2">please enter your location looking for ? </label>
<form class="pa4 black-80 center">
<h1 class="center">location</h1>
<label for="location" class="f6 b db mb2 center">please enter your location looking for ? </label>
<input id="location" class="input-reset ba b--black-20 pa2 mb2 db w-30" type="text" >
<a href="submit">{{{Accessibility}}}</a>
<a href="Accessibility">submit</a>

</form>

0 comments on commit b69e9cd

Please sign in to comment.