-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
135 lines (134 loc) · 6.65 KB
/
index.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<title>Thefacebook | Welcome to Thefacebook!</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<center>
<table class="bordertable" cellspacing="0" cellpadding="0" border="0" width="700">
<tr>
<td>
<table class="bottomborder" cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td width="350" bgcolor="#3B5998">
<img src="images/logo-left.jpg">
</td>
<td>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td><a href="index.php?PHPSESSID=df5154e5899f1296c2dceec9f0f542a0"><img
src="images/logo-right.jpg" border="0"></a></td>
<td width="100%" bgcolor="#3B5998"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="4" border="0" width="100%">
<tr height="21">
<!--<td bgcolor=#3B5998 width=10> </td>-->
<td bgcolor="#3B5998" valign="bottom"> <a class="menu"
href="login.php?PHPSESSID=df5154e5899f1296c2dceec9f0f542a0">login</a></td>
<td bgcolor="#3B5998" valign="bottom"> <a class="menu"
href="register.php?PHPSESSID=df5154e5899f1296c2dceec9f0f542a0">register</a></td>
<td bgcolor="#3B5998" valign="bottom"> <a class="menu"
href="about.php?PHPSESSID=df5154e5899f1296c2dceec9f0f542a0">about</a></td>
<td bgcolor="#3B5998" width="100%"> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="2" border="0" width="100%">
<tr>
<td valign="top">
<table cellspacing="0" cellpadding="0" border="0" width="105">
<tr>
<td>
<table class="dashedtable" cellspacing="0" cellpadding="2" width="100%">
<tr>
<td align="right">
<p>
<form method="post" action="login.php"><input type="hidden" name="PHPSESSID"
value="df5154e5899f1296c2dceec9f0f542a0" />
Email:<br>
<input type="text" class="inputtext" name="email" size="20"><br>
Password:<br>
<input type="password" class="inputtext" name="pass" size="20"><br>
<center><input type="button" class="inputsubmit" value="register"
onclick="javascript:document.location='register.php';">
<input type="submit" class="inputsubmit" value="login"></center>
</form>
<!--<br>-->
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="595" valign="top">
<table class="bordertable" cellspacing="0" cellpadding="0" border="1" width="100%">
<tr>
<td>
<table cellspacing="0" cellpadding="2" border="0" width="100%">
<tr>
<td class="white" bgcolor="#3B5998">Welcome to Thefacebook!</td>
</tr>
</table>
<center>
<p class="title">[ Welcome to Thefacebook ]<br>
<table cellspacing="0" cellpadding="0" border="0" width="95%">
<tr>
<td class="larger">Thefacebook is an online directory that connects people through social
networks at colleges.<p>We have opened up Thefacebook for popular consumption at
<b>Harvard
University</b>.
<p>You can use Thefacebook to:<br> <b>•</b> Search for people at your
school<br> <b>•</b> Find out who are in your
classes<br> <b>•</b> Look up your friends'
friends<br> <b>•</b> See a visualization of your social network
<p>To get started, click below to register. If you have already registered, you can log
in.
<center><input class="inputsubmit" type="button" value="Register"
onclick="javascript:document.location="register.php";"> <input
class="inputsubmit" type="button" value=" Login "
onclick="javascript:document.location="login.php";"><br>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<center>
<p><a href="about.php?PHPSESSID=df5154e5899f1296c2dceec9f0f542a0">about</a>
<a href="contact.php?PHPSESSID=df5154e5899f1296c2dceec9f0f542a0">contact</a>
<a href="faq.php?PHPSESSID=df5154e5899f1296c2dceec9f0f542a0">faq</a>
<a href="terms.php?PHPSESSID=df5154e5899f1296c2dceec9f0f542a0">terms</a>
<a href="policy.php?PHPSESSID=df5154e5899f1296c2dceec9f0f542a0">privacy</a>
<br>a Mark Zuckerberg production
<br>Thefacebook © 2004
</center><br>
</td>
</tr>
</table>
</body>
</html>