change html layout, better format number
This commit is contained in:
+2
-1
@@ -25,11 +25,12 @@
|
||||
<option value='GBP'>GBP</option>
|
||||
</select>
|
||||
|
||||
<button onClick='convert()'>Convert</button>
|
||||
|
||||
<p>
|
||||
Converted: <span id='res'></span>
|
||||
</p>
|
||||
|
||||
<button onClick='convert()'>Convert</button>
|
||||
|
||||
<script src='script.js'></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user