summaryrefslogtreecommitdiffstats
path: root/utils/webseal-simulator/src/main/webapp/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'utils/webseal-simulator/src/main/webapp/login.html')
-rw-r--r--utils/webseal-simulator/src/main/webapp/login.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/utils/webseal-simulator/src/main/webapp/login.html b/utils/webseal-simulator/src/main/webapp/login.html
new file mode 100644
index 0000000000..084a0b4255
--- /dev/null
+++ b/utils/webseal-simulator/src/main/webapp/login.html
@@ -0,0 +1,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> \ No newline at end of file