<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <title>DDOS CHECKING</title>
</head>
<body>
<div class="center">
    <div class="image"><img src="/local/templates/almaz/img/logo.gif" alt=""></div>
</div>
<style>
    bodY {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    .center {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #333333;
    }
    .image img {
        height: 200px;
       
    }
   

</style>
<script>

setTimeout(function(){
  window.location.href = "http://www.almaz-antey.ru/";
}, 1 * 1000); 



function ready(name){
document.cookie = "ddosdetect=brouserdetected";
}

    document.addEventListener("DOMContentLoaded", ready);



</script>
</body>
</html>