Skip to content

Commit

Permalink
updated index.jsp
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Nov 8, 2021
1 parent bd8e97f commit d596390
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webapp/src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<h1>New user Register</h1>
<p>Please fill in this form to create an account.</p>
<hr>

<label for="Name"><b>Email</b></label>
<input type="text" placeholder="Enter Name" name="Name" id="Name" required>
<br>

<label for="email"><b>Email</b></label>
<input type="text" placeholder="Enter Email" name="email" id="email" required>
Expand Down

0 comments on commit d596390

Please sign in to comment.