diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,8 +6,8 @@ <body> <h1>wasm test</h1> - <input type='number' id='number-input1' placeholder='5'> - <input type='number' id='number-input2' placeholder='3'> + <input type='number' id='number-input1' placeholder='enter a number'> + <input type='number' id='number-input2' placeholder='enter a second number'> <button onclick='calculate()'>calc</button> <p> result: <span id='result'></span> |
