<html>
<head>
<title>| Ransomware |</title>
<style>
h3 { 
    font-size: 4em;
    font-family: georgia;
}
</style>
</head>
<body>
<script>
var countDownDate = new Date("May 24, 2017 00:00:00").getTime();
var x = setInterval(function() {
  var now = new Date().getTime();
  var distance = countDownDate - now;
  var days = Math.floor(distance / (1000 * 60 * 60 * 24));
  var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
  var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
  var seconds = Math.floor((distance % (1000 * 60)) / 1000);
  document.getElementById("demo").innerHTML = days + "d " + hours + "h "
  + minutes + "m " + seconds + "s "; 
  if (distance < 0) {
    clearInterval(x);
    document.getElementById("demo").innerHTML = "Time's Up !";
  }
}, 1000);
</script>
<center><br>
<h3>Ransomware</h3>
<h2 id="demo" style="font-family: courier; font-size: 1.7em;"></h2><h1 style="font-size: 6em;"><br></h1>
<p style="font-size: 1.3em;">Your Server Is Hacked By Us. <br>You Have To Pay $600 Within The Time Or Your All Data Will be LOST Permanently.<br><br>After Transaction <a href="https://www.facebook.com/Ransom-Ware-1933674113543455/" target="_blank">Send Us</a> Your BitCoin Address With Server Name To Get Back Access.</p>
<br><br><h4 style="font-size: 1.3em;">BitCoin Address : 1APzkvodg9wFnXBCx1Cokn76PLBbFFgHdi</h4><br><br><br><br>
<h1><a href="https://www.facebook.com/Ransom-Ware-1933674113543455/" target="_blank">Contact Us</a></h1>

</body>
</html>