|
<script>
|
|
|
|
var now = new Date();
|
|
var time = now.getTime();
|
|
time += 300 * 1000;
|
|
now.setTime(time);
|
|
document.cookie =
|
|
'challenge=BitMitigate.com'
|
|
'; expires=' + now.toUTCString() +
|
|
'; path=/';
|
|
|
|
</script>
|
|
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="Checking your browser...">
|
|
<meta http-equiv="refresh" content="2">
|
|
<meta name="author" content="BitMitigate.com">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="https://bitmitigate.com/control-panel/plugins/images/favicon.png">
|
|
<title>DDoS Protection</title>
|
|
<!-- Bootstrap Core CSS -->
|
|
<link href="https://bitmitigate.com/control-panel/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
<!-- animation CSS -->
|
|
<link href="https://bitmitigate.com/control-panel/css/animate.css" rel="stylesheet">
|
|
|
|
<!-- Custom CSS -->
|
|
<link href="https://bitmitigate.com/control-panel/css/style.css" rel="stylesheet">
|
|
<!-- color CSS -->
|
|
<link href="https://bitmitigate.com/control-panel/css/colors/default.css" id="theme" rel="stylesheet">
|
|
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
|
|
</head>
|
|
<body>
|
|
<!-- Preloader -->
|
|
<center>
|
|
<section id="wrapper" class="error-page">
|
|
<div class="error-box">
|
|
<div class="error-body text-center">
|
|
<h1>One Moment</h1>
|
|
<h3 class="text-uppercase">Checking your browser's authenticity...</h3>
|
|
<p class="text-muted m-t-30 m-b-30">DDoS Protection by <a href="https://bitmitigate.com">BitMitigate</a></p></div>
|
|
</div>
|
|
</section>
|
|
<!-- jQuery -->
|
|
<script src="https://bitmitigate.com/plugins/bower_components/jquery/dist/jquery.min.js"></script>
|
|
<!-- Bootstrap Core JavaScript -->
|
|
<script src="https://bitmitigate.com/control-panel/bootstrap/dist/js/bootstrap.min.js"></script>
|
|
|
|
</center>
|
|
</body>
|
|
</html>
|