Skip to content

Commit 60729ff

Browse files
authored
Update index.jsp
1 parent ad7a234 commit 60729ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/webapp/index.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
<form action="firstHomePage" method="get">
5252
<fieldset>
5353
<div class="form-group">
54-
<input type="text" name="n1" class="form-control" />
54+
<input type="text" placeholder="Enter a Value" name="n1" class="form-control" />
5555
</div>
5656
<div class="form-group">
57-
<input type="text" name="n2" class="form-control" />
57+
<input type="text" placeholder="Enter a Value" name="n2" class="form-control" />
5858
</div>
5959
<label class="radio-inline">
6060
<input type="radio" name="r1" value="add" />Addition

0 commit comments

Comments
 (0)