<html>
<head>
<title>
Hack??
</title>
<style>
#log{
font-size:40px;
transition-duration:0.5s;
color:#E20000;
border: 4px solid #E20000;
outline:none;
font-weight:bold;
width: 180px;
height:50px;
}
#MyImage{
height:200px;
}
#saveButton{
padding:4px;
background-color:#fff;
border:2px solid #E20000;
color:#E20000;
Font-weight:bold;
}
#saveButton:hover{
border:2px solid #E20000;
transition-duration:0.5s;
color:#fff;
background-color:#E20000;
}
#mm{
font-size:40px;
font-weight:bold;
color:#E20000;
}
#sub{
color:#fff;
border:rpx solid red;
background-color:red;
width:100px;
height:30px;
font-weight:bold;
font-size:15px;
outline:none;
}
#sub:hover{
transition-duration:0.5s;
background-color:#E20000;
border:4px solid #E20000;
}
#num{
font-weight:bold;
font-size:20;
}
</style>
</head>
<body>
<center><img id="myImage"
src="https://s21.postimg.org/6rv3m8err/Log_In.png"></center>
<center><button id="sub"
onclick="window.location.href='https://www.youtube.com/channel/UCbAIoTbJrwGjPBncv_w
NE_g'">Subscribe</button>
<br>
<br>
Like & Subscribe to increase speed by 70%</center>
<center>
<p id=num >Ener amount number of BitCoin below</p>
<p id="mm"><input type="text" id="log" placeholder="" maxlength="3"></p>
<br>
<a class="btn-medium btn-primary" id="saveButton"
onclick="if(typeof(sp)==='undefined'){sp = 1; setInterval(function()
{document.getElementById('saveButton').innerHTML = 'Saving [' + (100 - ((1.0 / sp)
* 100)).toFixed(2) + '%]'; sp+=0.01}, 0.01); };">Save / Add To Account</a><br><br>
Use at your own risk
</body>
</html>