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