We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a2c550 commit 2a8e606Copy full SHA for 2a8e606
index.html
@@ -27,7 +27,7 @@ <h1>JavaScript MD5 Demo</h1>
27
28
<form>
29
<h2>Input</h2>
30
- <textarea rows="6" id="input"></textarea>
+ <textarea rows="6" id="input" value="$nihao"></textarea>
31
<br>
32
<button type="submit" id="calculate">Calculate</button>
33
<button type="reset" id="reset">Reset</button>
0 commit comments