summaryrefslogtreecommitdiffstats
path: root/simple/simple-http/src/test/java/org/simpleframework/http/socket/WebSocketChatLogin.html
blob: 47114949169b06fa65e6a5f23db2fe1f810ba4a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>