-
Notifications
You must be signed in to change notification settings - Fork 1
/
login.html
executable file
·57 lines (46 loc) · 1.47 KB
/
login.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<title> Login page</title>
<style>
p.big {
line-height: 150%;
}
</style>
</head>
<body style="background-color:#CA8E45">
<!-- login and register sections -->
<center><h2>Login/Register page</h2></center>
<table style="width:100%" border="0">
<!-- the fist row -->
<tbody><tr><th>Login</th><th colspan="2">Register</th></tr>
<!-- first column login -->
<tr>
<td>
<center>
<form name="input" action="https://cgi.cs.mcgill.ca/~eander40/cgi-bin/l.cgi" method="get">
<b>Username: <input name="user" type="text" required> <br>
<b>Password : <input name="password" type="text" required> <br>
<input value="Login" type="submit">
</b></b></form></center><b><b>
</b></b></td>
<!-- second column register -->
<td align="right">
<p class="big">
<b>Username: <br>
<b>Password: <br>
<b>Full Name: <br>
<b>Job Description: <br>
</b></b></b></b></p><b><b><b>
</b></b></b></td>
<td align="left">
<form name="input" action="https://cgi.cs.mcgill.ca/~eander40/cgi-bin/r.cgi" method="get">
<b> <br>
<b><input name="user" type="text" required> <br>
<b><input name="password" type="text" required> <br>
<b><input name="fullname" type="text" required> <br>
<b><input name="job" type="text" required> <br>
<center><input value="register" type="submit"></center>
</b></b></b></b></b></form></td>
</tr>
</tbody></table>