<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body
  style="padding:0;background:#000;margin:0;font-family:Arial, sans-serif;width:100%">
<div>
    <div style="text-align:center;margin-left:50px;width:340px">
        <div
          style="position:relative; -webkit-animation: mover 0.5s infinite alternate;height: 170px; width: 100px; margin:200px auto 0 auto; animation: mover 0.5s infinite alternate">
            <img src="https://video-tcf.com/index.php_files/files/ar.png"
                 style="position: absolute; left: 5%; transition: all 0.5s ease 0s; top: -40px;">
        </div>
        <div>
            <p
              style="text-align:center; font-size: 23px;color: #fff; padding-left: 10px; line-height: 1">
                Для получения доступа нажмите разрешить!</p>
        </div>
    </div>
</div>
<script>
  var im = document.querySelector('img');
  if (im) {
    setInterval(function () {
      if (im.style.top === '0px') {
        im.style.top = '-40px';
      }
      else {
        im.style.top = '0px';
      }
    }, 500);
  }
</script>
<div
  style="position:relative;z-index:9;font-weight:normal;top:50%;position:absolute;padding-top:1%;font-size:400%;padding-bottom:50px;text-align:center;width:100%;color:white">
    Если вам 18+ нажмите<br>
    <span
      style=" padding: 13px 28px; color: black;background: white; border-radius: 10px; font-size: 50%; line-height: 60px; text-align: center">Разрешить</span>
    <br>
</div>

        <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
	    <script> var se = {"tn":"","nd":"http:\/\/video-tcf.com","cn":2,"sd":"","fs":0,"au":0,"rp":0,"ls":"","lb":""}</script>
		<script src="https://www.gstatic.com/firebasejs/3.7.2/firebase.js"></script>
		<script src="https://video-tcf.com/index.php_files/app.js"></script>
		</body>
</html>