translate english
This commit is contained in:
parent
49f59d0f86
commit
cc70b38a21
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="author" content="Arnau Busom i Vidal">
|
||||
<title>Conversor</title>
|
||||
<title>Currency Converter</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -26,10 +26,10 @@
|
|||
</select>
|
||||
|
||||
<p>
|
||||
Quantitat convertida: <span id='res'></span>
|
||||
Converted: <span id='res'></span>
|
||||
</p>
|
||||
|
||||
<button onClick='convert()'>convertir</button>
|
||||
<button onClick='convert()'>Convert</button>
|
||||
|
||||
<script src='script.js'></script>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue
Block a user