<html>
<head>
  <meta charset="UTF-8">
  <script src="https://www.google.com/recaptcha/api.js" async defer></script>
<style>

html, body {
  width: 100%;
  border: 0px;
  padding: 0px;
  margin: 0px;
  font-size: 18px;
}

.content {
  width: 800px;
  max-width: 95%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.4s ease 2s;
}

.content.show {
  opacity: 1;
}

.form {
  position: relative;
  
}
.form > .lefCol {
  display: inline-block;
  width: 48%;
  min-width: 300px;
  padding: 0px;
  vertical-align: top;
}
.form > .rightCol {
  display: inline-block;
  width: 48%;
  min-width: 300px;
  padding: 0px;
  vertical-align: top;
}

.button {
  font-size: 32px;
  padding: 5px;
}
.footer {
  padding: 15px;
  text-align: right;
}

#loading {
  text-align: center;
}

#fountainTextG{
	width:420px;
	margin:auto;
}

.fountainTextG{
	color:rgb(0,0,0);
	font-family:Arial;
	font-size:44px;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	float:left;
	animation-name:bounce_fountainTextG;
		-o-animation-name:bounce_fountainTextG;
		-ms-animation-name:bounce_fountainTextG;
		-webkit-animation-name:bounce_fountainTextG;
		-moz-animation-name:bounce_fountainTextG;
	animation-duration:2.09s;
		-o-animation-duration:2.09s;
		-ms-animation-duration:2.09s;
		-webkit-animation-duration:2.09s;
		-moz-animation-duration:2.09s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.5);
		-o-transform:scale(.5);
		-ms-transform:scale(.5);
		-webkit-transform:scale(.5);
		-moz-transform:scale(.5);
}#fountainTextG_1{
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}
#fountainTextG_2{
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}
#fountainTextG_3{
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}
#fountainTextG_4{
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}
#fountainTextG_5{
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}
#fountainTextG_6{
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}
#fountainTextG_7{
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}
#fountainTextG_8{
	animation-delay:1.79s;
		-o-animation-delay:1.79s;
		-ms-animation-delay:1.79s;
		-webkit-animation-delay:1.79s;
		-moz-animation-delay:1.79s;
}
#fountainTextG_9{
	animation-delay:1.94s;
		-o-animation-delay:1.94s;
		-ms-animation-delay:1.94s;
		-webkit-animation-delay:1.94s;
		-moz-animation-delay:1.94s;
}
#fountainTextG_10{
	animation-delay:2.09s;
		-o-animation-delay:2.09s;
		-ms-animation-delay:2.09s;
		-webkit-animation-delay:2.09s;
		-moz-animation-delay:2.09s;
}




@keyframes bounce_fountainTextG{
	0%{
		transform:scale(1);
		color:rgb(0,0,0);
	}

	100%{
		transform:scale(.5);
		color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_fountainTextG{
	0%{
		-o-transform:scale(1);
		color:rgb(0,0,0);
	}

	100%{
		-o-transform:scale(.5);
		color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_fountainTextG{
	0%{
		-ms-transform:scale(1);
		color:rgb(0,0,0);
	}

	100%{
		-ms-transform:scale(.5);
		color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_fountainTextG{
	0%{
		-webkit-transform:scale(1);
		color:rgb(0,0,0);
	}

	100%{
		-webkit-transform:scale(.5);
		color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_fountainTextG{
	0%{
		-moz-transform:scale(1);
		color:rgb(0,0,0);
	}

	100%{
		-moz-transform:scale(.5);
		color:rgb(255,255,255);
	}
}

</style>
</head>
<body>

<div class="content" id="captcha">
  <h1>Stormwall DDoS protection</h1>
  <form class="form" action="" method="POST">
  
    <div class="lefCol">
      <input type="hidden" name="swp_sessionKey" value="${sessionKey}">
      <br/>
      <div class="g-recaptcha" data-sitekey="${recaptchaPublicKey}"></div>
      <br/>
      <input type="submit" class="button" value="Go to website">
    </div>
    
    <div class="rightCol">
      <p>Please confirm you are not a robot.</p>
      <p>Пожалуйста, подтвердите, что Вы не робот.</p>
    </div>
    
  </form>
  <div class="footer"><a href="https://stormwall.pro/" target="_blank">stormwall.pro</a></div>
</div>

<div class="content" id="loading">
  <div id="fountainTextG"><div id="fountainTextG_1" class="fountainTextG">L</div><div id="fountainTextG_2" class="fountainTextG">o</div><div id="fountainTextG_3" class="fountainTextG">a</div><div id="fountainTextG_4" class="fountainTextG">d</div><div id="fountainTextG_5" class="fountainTextG">i</div><div id="fountainTextG_6" class="fountainTextG">n</div><div id="fountainTextG_7" class="fountainTextG">g</div><div id="fountainTextG_8" class="fountainTextG">.</div><div id="fountainTextG_9" class="fountainTextG">.</div><div id="fountainTextG_10" class="fountainTextG">.</div></div>
</div>

<iframe id="reportFrame" title="Report frame" type="text/html" style="width: 1px; height: 1px; display: none;">
  <h1>Automatic report form</h1>
  <form id="reportForm" action="http://reports.stormwall.pro" method="post">
  
    <input type="text" name="userAgent" value="FeedBurner/1.0 (http://www.FeedBurner.com)">
    <input type="text" name="ipAddress" value="74.125.76.36">
    <input type="text" name="host" value="4android.ru">
  </form>
</iframe>
<script type="text/javascript">
var timer1 = setTimeout(function(){
  document.getElementById("captcha").className = "content show";
}, 10);
const cE = "xmv0!2m241:14jqwzycy2tibussdaa1slfu87zlbv4rx!p2ad422q9kewq9wyi5ig:9xaldg6gi7";
const cK = 29;
const cN = "swp_token";
const cO = ";path=/;max-age=1800";
try {
function gTb(t){for(var c=0;c<t.length;c++)_rpct[c]=t[c],_rRpct[t[c]]=c}function csr(t,c){for(var r=_rpct.length-1,e="",n=0;n<c.length;n++){var a=c[n];if("undefined"==typeof _rRpct[a])e+=a;else{var o=_rRpct[a]+t;o>r?o=o-r-1:0>o&&(o=r+o+1),e+=_rpct[o]}}return e}function vgE(t,c){for(var r=_rpct.length-1,e=t,n="",a=0;a<c.length;a++){var o=""+c[a];n+=csr(e,o),e+=1,e>r&&(e=0)}return n}function vgD(t,c){for(var r=_rpct.length-1,e=t,n="",a=0;a<c.length;a++){var o=""+c[a];n+=csr(-1*e,o),e+=1,e>r&&(e=0)}return n}var abc="0123456789qwertyuiopasdfghjklzxcvbnm:?!",_rpct=[],_rRpct={};gTb(abc);var dCC=vgD(cK,cE);document.cookie=cN+"="+dCC+cO,window.location=window.location,clearTimeout(timer1);var captcha=document.getElementById("captcha");captcha.parentNode.removeChild(captcha),document.getElementById("loading").className="content show";
} catch(err) {
  var iframe = '<form id="reportForm" action="http://reports.stormwall.pro" method="POST"><input type="text" name="userAgent" value="${userAgent}"><input type="text" name="ipAddress" value="${ipAddress}"><input type="text" name="host" value="${host}"><input type="text" name="jsError" value="${jsError}"></form>';
  iframe = iframe + '<' + 'script type="text/javascript"' + '>document.getElementById("reportForm").submit();<' +'/script>';
  var doc = document.getElementById('reportFrame').contentWindow.document;
  doc.open();
  doc.write( iframe.replace('${jsError}', err) );
  doc.close();
}
</script>
</body>
</html>

