| 123456789101112131415161718 |
- <!DOCTYPE HTML>
- <html lang="en-US">
- <head>
- <meta charset="UTF-8">
- <title>Chat | Login</title>
- <link rel="stylesheet" href="https://dl.dropboxusercontent.com/u/135304375/cdn/css/brook.chat.css" />
- </head>
- <span class="error">%s</span>
- <div id="login">
- <form action="http://localhost/cgi-bin/chat.bf/login" method="post">
- <p>Please enter your name to continue.</p>
- <label for="name">Name:</label>
- <input type="text" name="name" id="name" />
- <input type="submit" name="enter" id="enter" value="Enter" />
- </form>
- </div>
- </body>
- </html>
|