summaryrefslogtreecommitdiffstats
path: root/simple/simple-http/src/test/java/org/simpleframework/http/socket/WebSocketChatLogin.html
diff options
context:
space:
mode:
Diffstat (limited to 'simple/simple-http/src/test/java/org/simpleframework/http/socket/WebSocketChatLogin.html')
-rw-r--r--simple/simple-http/src/test/java/org/simpleframework/http/socket/WebSocketChatLogin.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/simple/simple-http/src/test/java/org/simpleframework/http/socket/WebSocketChatLogin.html b/simple/simple-http/src/test/java/org/simpleframework/http/socket/WebSocketChatLogin.html
new file mode 100644
index 0000000..4711494
--- /dev/null
+++ b/simple/simple-http/src/test/java/org/simpleframework/http/socket/WebSocketChatLogin.html
@@ -0,0 +1,12 @@
+ <html>
+ <head>
+ <title>Login Page</title>
+ </head>
+ <body>
+ <h1>Please Login</h1>
+ <form action='/login' method='POST'>
+ <input type='text' name='user'/>
+ <input type='submit' value='Sign In'/>
+ </form>
+ </body>
+</html> \ No newline at end of file