summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-08-07 12:14:25 -0400
committerBrian Cully <bjc@spork.org>2025-08-07 12:14:25 -0400
commitf853ab60080c96e853af612a84e422f408915cad (patch)
tree8bf8b048ccf5979b43331a3618a1768f2b88be66 /index.html
parent58f6fbe0afb828571463a22737603a037b059909 (diff)
downloadaddem-rust-wasm-main.tar.gz
addem-rust-wasm-main.zip
minor tweaks: placeholder text and prelude importHEADmain
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>