| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <link rel="stylesheet" type="text/css" href="connectWindow.css"> | |
| </head> | |
| <body> | |
| <form name = "input"> | |
| <div> | |
| <label for="host"> Host </label> | |
| <input type="text" id="host"> | |
| </div> | |
| <div> | |
| <label for="user"> Username </label> | |
| <input type="text" id="user"> | |
| </div> | |
| <div> | |
| <label for="password"> Password </label> | |
| <input type="password" id="password"> | |
| </div> | |
| <div id = "connect"> | |
| <input type="submit" value="Connect" class= "connect"> | |
| </div> | |
| </form> | |
| </body> | |
| </html> |