Skip to content

Commit

Permalink
easier to work with this way
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Fisher committed Jun 12, 2012
1 parent 04b4396 commit b530ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -123,12 +123,12 @@ <h1 style="margin-bottom:20px">Currency conversion to USD</h1>
<option value="ZAR">South African Rand (ZAR)</option>
<option value="ZMK">Zambian Kwacha (ZMK)</option>
</select>
<input placeholder="100" name="amount" class="span3" type="text"/>
<input value="100" name="amount" class="span3" type="text"/>
<input type="submit" value="convert" class="btn btn-primary btn-large"/>
</div>
</form>
</div>
<h3>Output:</h3>
<h3>Output converted to USD:</h3>
<div id="progress-bar" class="progress" style="display:none">
<div class="bar" style="width: 0%;"></div>
</div>
Expand Down

0 comments on commit b530ec6

Please sign in to comment.