change html layout, better format number

This commit is contained in:
2020-06-18 22:57:25 +02:00
parent cc70b38a21
commit 789e5b645f
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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>