-
Notifications
You must be signed in to change notification settings - Fork 0
/
RegFail.html
52 lines (51 loc) · 1.38 KB
/
RegFail.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>Fail</title>
<style type="text/css">
<!--
.STYLE1 {
font-size: 36px;
font-weight: bold;
}
.STYLE3 {font-size: 24px}
body,td,th {
font-family: Chiller;
color: #FFFFFF;
}
body {
background-color: #333333;
background-image: url(images/login1.jpg);
margin-top: 150px;
}
.STYLE4 {font-size: 36px}
-->
</style>
<link rel="shortcut icon" href="favicon2.ico" />
</head>
<body>
<div align="center" class="STYLE1">
<table width="362" height="277" border="0" bordercolor="#333333" bgcolor="#333333">
<tr>
<td width="356" height="69"><div align="center"><span class="STYLE4">Sorry!</span></div></td>
</tr>
<tr>
<td height="68"><div align="center"><span class="STYLE4">UserID has been registered,</span></div></td>
</tr>
<tr>
<td><div align="center"><span class="STYLE4">please try again.</span></div></td>
</tr>
<tr>
<td height="68"><div align="center"><span class="STYLE3"><a href="register.asp"></a></span>
<input name="Submit2" type="button" onclick="JavaScript:window.location='register.asp'" value="Back" />
</div></td>
</tr>
</table>
<p class="STYLE4"> </p>
<p class="STYLE4"> </p>
<p class="STYLE4"> </p>
<p class="STYLE3"> </p>
</div>
</body>
</html>