-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathsplash.html
More file actions
55 lines (55 loc) · 1.33 KB
/
splash.html
File metadata and controls
55 lines (55 loc) · 1.33 KB
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
<html>
<head>
<title>Xfinity Wireless</title>
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
<style>
a{color: #000000;text-decoration:none}
p{font-size:24;}
.btnGryLg .txt {
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: url("https://cablewifi.comcast.net/images/btn_mdl_gry_lg.jpg");
background-origin: padding-box;
background-position: left top;
background-repeat: repeat-x;
background-size: auto auto;
color: #000000;
font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
font-size: 13px;
height: 31px;
text-align: center;
width: 76px;
border: 0 none;
margin: 0;
padding: 0;
}
.faqLink {
position: relative;
float: left;
margin-left: 30px;
top: -40px;
}
</style>
</head>
<body bgcolor="#DDDDDD" text="#000000">
<br /><br /><br />
<center>
<td align="center" height="120">
<a href="$authtarget">
<img src="http://wifi.comcast.com/images/bg/xfinity-title.png" alt="Click to enter" title="Click to enter">
<br /><br />
<p>please log in to continue...</p>
</a>
<div class="btnGryLg btnSubmit" style="width:80px;" onclick="return validateForm();">
<div class="left">
<div class="right">
<a href="$authtarget">
<input type="submit" name="submit" class="txt" value="Sign-In">
</a>
</div>
</div>
</div>
</center>
</body>
</html>