blob: 474d08d90f083d65d8b3af69f0b11a20b1386472 [file] [log] [blame]
<!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>