Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
changed input field values
Browse files Browse the repository at this point in the history
  • Loading branch information
fayderflorez committed Oct 18, 2013
1 parent 198f0a8 commit 70dd4c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2>Search by 3-letter country code</h2>
<div class="col-lg-6">
<h2>Search by Name (English)</h2>
<div class="input-group">
<input type="text" class="form-control rc-input-tryit" value="http://restcountries.eu/rest/name/estonia"></input>
<input type="text" class="form-control rc-input-tryit" value="http://restcountries.eu/rest/name/united"></input>
<span class="input-group-btn"><a class="btn btn-default rc-a-tryit">Try it!</a></span>
</div>
</div>
Expand All @@ -63,14 +63,14 @@ <h2>Search by Currency</h2>
<div class="col-lg-6">
<h2>Search by Calling Code</h2>
<div class="input-group">
<input type="text" class="form-control rc-input-tryit" value="http://restcountries.eu/rest/callingcode/372"></input>
<input type="text" class="form-control rc-input-tryit" value="http://restcountries.eu/rest/callingcode/7"></input>
<span class="input-group-btn"><a class="btn btn-default rc-a-tryit">Try it!</a></span>
</div>
</div>
<div class="col-lg-6">
<h2>Search by Capital City</h2>
<div class="input-group">
<input type="text" class="form-control rc-input-tryit" value="http://restcountries.eu/rest/capital/bogota"></input>
<input type="text" class="form-control rc-input-tryit" value="http://restcountries.eu/rest/capital/oslo"></input>
<span class="input-group-btn"><a class="btn btn-default rc-a-tryit">Try it!</a></span>
</div>
</div>
Expand Down

0 comments on commit 70dd4c1

Please sign in to comment.