Skip to content

Commit 6e037f6

Browse files
committed
added new function
1 parent 6b73839 commit 6e037f6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/main/webapp/index.jsp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,14 @@
1818
<input type="radio" name="r1" value="add" />addition
1919
<br />
2020
</label>
21+
<label>
2122
<input type="radio" name="r2" value="sub" />subtraction
2223
<br />
23-
<input type="radio" name="r2" value="mul" />product
24+
</label>
25+
<label>
26+
<input type="radio" name="r3" value="prod" />product
27+
<br />
28+
</label>
2429

2530

2631
</div>

0 commit comments

Comments
 (0)