summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index cc13062..6391ab5 100644
--- a/index.html
+++ b/index.html
@@ -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>