Skip to content

Commit 2a8e606

Browse files
authored
Update index.html
1 parent 2a2c550 commit 2a8e606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h1>JavaScript MD5 Demo</h1>
2727

2828
<form>
2929
<h2>Input</h2>
30-
<textarea rows="6" id="input"></textarea>
30+
<textarea rows="6" id="input" value="$nihao"></textarea>
3131
<br>
3232
<button type="submit" id="calculate">Calculate</button>
3333
<button type="reset" id="reset">Reset</button>

0 commit comments

Comments
 (0)