-
Notifications
You must be signed in to change notification settings - Fork 0
/
RegSuccess.html
47 lines (46 loc) · 1.33 KB
/
RegSuccess.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>Success</title>
<style type="text/css">
<!--
.STYLE1 {
font-size: 36px;
font-weight: bold;
}
body,td,th {
font-family: Chiller;
color: #FFFFFF;
}
body {
margin-top: 150px;
background-image: url(images/login1.jpg);
background-color: #333333;
}
.STYLE11 {font-size: 24px; font-weight: bold; color: #FFFFFF; }
-->
</style>
<link rel="shortcut icon" href="favicon2.ico" />
</head>
<body>
<div align="center">
<table width="374" height="288" border="0" bordercolor="#333333" bgcolor="#333333">
<tr>
<td width="368" bgcolor="#333333"><div align="center"><span class="STYLE1">Congratulations!</span></div></td>
</tr>
<tr>
<td height="74" bgcolor="#333333"><div align="center"><span class="STYLE1">Welcome to </span></div></td>
</tr>
<tr>
<td height="73" bgcolor="#333333"><div align="center"><span class="STYLE1">thepostercollection.com</span></div></td>
</tr>
<tr>
<td height="67" bgcolor="#333333"><div align="center"><span class="STYLE11"><a href="login.asp"></a></span>
<input name="Submit2" type="button" onclick="JavaScript:window.location='login.asp'" value="Login" />
</div></td>
</tr>
</table>
</div>
</body>
</html>