translate english

This commit is contained in:
Xaloc 2020-06-18 22:46:50 +02:00
parent 49f59d0f86
commit cc70b38a21

View File

@ -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>