fluxion/attacks/Captive Portal/sites/TP-LINK_tur.portal/index.html

96 lines
2.2 KiB
HTML
Raw Normal View History

2019-05-20 19:11:39 -06:00
<!DOCTYPE html>
2020-05-25 14:32:31 -06:00
<html lang="tr">
2020-05-25 14:44:19 -06:00
<head>
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
2019-05-20 19:11:39 -06:00
<title>TP-Link Wireless N Router</title>
<style>
html {
height: 100%;
margin: auto;
}
2020-05-25 14:44:19 -06:00
2019-05-20 19:11:39 -06:00
body {
margin: 0px;
background-image: url(images/background.png);
height: 100%;
margin: auto;
}
2020-05-25 14:44:19 -06:00
2019-05-20 19:11:39 -06:00
.header {
background-image: url(images/top_bg.jpg);
overflow: auto;
user-select: none;
-khtml-user-select: none;
-o-user-select: none;
-moz-user-select: -moz-none;
-webkit-user-select: none;
pointer-events: none;
}
2020-05-25 14:44:19 -06:00
2019-05-20 19:11:39 -06:00
.header .left {
float: left;
}
2020-05-25 14:44:19 -06:00
2019-05-20 19:11:39 -06:00
.header .left img {
position: relative;
z-index: 1;
}
2020-05-25 14:44:19 -06:00
2019-05-20 19:11:39 -06:00
.header .right {
position: relative;
}
2020-05-25 14:44:19 -06:00
2019-05-20 19:11:39 -06:00
.header .right img {
position: absolute;
right: 0;
z-index: 0;
}
2020-05-25 14:44:19 -06:00
2019-05-20 19:11:39 -06:00
.panel_content {
border: none;
overflow: auto;
height: 80%;
}
2020-05-25 14:44:19 -06:00
2019-05-20 19:11:39 -06:00
iframe {
border: none;
display: block;
margin-top: 10%;
border-radius: 8px;
overflow: auto;
user-select: none;
-khtml-user-select: none;
-o-user-select: none;
-moz-user-select: -moz-none;
-webkit-user-select: none;
}
2020-05-25 14:44:19 -06:00
2019-05-20 19:11:39 -06:00
.hcenter {
margin: auto;
}
</style>
<!--<link rel="stylesheet" type="text/css" href="info.css" media="all">-->
</head>
<body>
<div class="header">
<div class="left">
<img src="images/top1_1.jpg">
</div>
<div class="right">
<img src="images/top1_2.jpg" />
</div>
</div>
<div class="panel_content" id="panel_content" align="center">
<div class="hcenter">
<iframe src="info.html" width="440" height="265" align="center"></iframe>
</div>
</div>
</body>
</html>