summaryrefslogtreecommitdiffstats
path: root/webseal-simulator/src/main/webapp/login.html
blob: 1760fcf8e67203e10d795b992b2e247f7fd15337 (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">
  ATTUID:<br>
  <input type="text" name="attuid" >
  <br>
  PASSWORD:<br>
  <input type="password" name="password" >
  <br><br>
  <input type="submit" value="Submit">
  
  <label name="message"/>
</form>
</body>
</html>