forked from intercepter-ng/intercepter-ng.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hsts.html
129 lines (126 loc) · 2.85 KB
/
hsts.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Intercepter-NG official site</title>
<style type="text/css">
div#container
{
width: 800px;
position: relative;
margin: 0 auto 0 auto;
text-align: left;
}
body
{
background-color: #000000;
color: #000000;
font-family: Arial;
font-size: 13px;
margin: 0;
text-align: center;
}
</style>
<style type="text/css">
a
{
color: #0000FF;
text-decoration: underline;
}
a:visited
{
color: #800080;
}
a:active
{
color: #FF0000;
}
a:hover
{
color: #0000FF;
text-decoration: underline;
}
a.style2
{
color: #FF0000;
text-decoration: none;
}
a.style2:visited
{
color: #FF0000;
text-decoration: none;
}
a.style2:active
{
color: #FF0000;
text-decoration: none;
}
a.style2:hover
{
color: #FF0000;
text-decoration: none;
}
</style>
<style type="text/css">
#wb_Text1
{
background-color: transparent;
border: 0px #000000 solid;
padding: 0;
text-align: center;
}
#wb_Text1 div
{
text-align: center;
}
#wb_Text5
{
background-color: transparent;
border: 0px #000000 solid;
padding: 0;
text-align: left;
}
#wb_Text5 div
{
text-align: left;
}
#wb_Text6
{
background-color: transparent;
border: 0px #000000 solid;
padding: 0;
text-align: left;
}
#wb_Text6 div
{
text-align: left;
}
#wb_Text2
{
background-color: transparent;
border: 0px #000000 solid;
padding: 0;
text-align: center;
}
#wb_Text2 div
{
text-align: center;
}
#Image1
{
border: 0px #000000 solid;
}
</style>
</head>
<body>
<div id="container">
<div id="wb_Text5" style="position:absolute;left:158px;top:215px;width:660px;height:129px;z-index:1;text-align:left;">
<span style="color:#FFFFFF;font-family:Arial;font-size:16px;"><strong><br><a href="https://accounts.google.com" class="style2">Google Accounts</a><br><br><a href="https://vk.com/" class="style2">VK</a><br><br><a href="https://www.facebook.com/" class="style2">Facebook</a><br></strong></span></div>
<div id="wb_Text6" style="position:absolute;left:158px;top:183px;width:193px;height:44px;z-index:2;text-align:left;">
<span style="color:#FF0000;font-family:Arial;font-size:24px;"><strong><em>HSTS Test<br></em></strong></span></div>
<div id="wb_Text2" style="position:absolute;left:198px;top:122px;width:403px;height:35px;text-align:center;z-index:3;">
<span style="color:#FFFFFF;font-family:Arial;font-size:15px;"><strong>With great power comes great responsibility.<br></strong>(C) ares, 2006-2020</span></div>
<div id="wb_Image1" style="position:absolute;left:193px;top:0px;width:415px;height:116px;z-index:5;">
<img src="images/splash.jpg" id="Image1" alt="" style="width:415px;height:116px;"></div>
</div>
</body>
</html>