aboutsummaryrefslogtreecommitdiffstats
path: root/utils/webseal-simulator/src/main/webapp/login.html
blob: 084a0b4255a1bc957fc19f0258f6cb16c2dc5213 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<body>
Login


<form action="access" method="post">
  UserId:<br>
  <input type="text" name="userId" >
  <br>
  PASSWORD:<br>
  <input type="password" name="password" >
  <br><br>
  <input type="submit" value="Submit">
  
  <label name="message"/>
</form>
</body>
</html>