<!doctype html>
<html lang="ru">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
	<link rel="stylesheet" href="//ky.by/templates/css/bootstrap/14.css" crossorigin="anonymous">
	<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
    <title></title>
    <meta name="robots" content="noindex">
	<style>
		* {font-family: 'Roboto', sans-serif;}
	    body {padding: 0 0;overflow:hidden}
	    i {font-family:FontAwesome;font-style:normal;}
iframe {
width:100%;
height:100%;
border:0
}
    </style>
  </head>
  <body>
 
<noindex>
    <iframe seamless width="100%" height="100%" src="https://steepcoin.org/">Ошибка при загрузке содержимого</iframe>
          		
    <nav class="navbar navbar-dark  fixed-bottom bg-primary" style="height:25px;padding: 0;margin: 0;">
    	<div class="container">
    		<div class="row">
      			<div class="col-sm-12">
      				<marquee><small style="color:white">Information is placed free on public contract terms, owner of domain/website is not responsible for providing information. Send questions and/or complaints at info@belby.info.</small></marquee>
      			</div>
      		</div>
      	</div>
    </nav>
</noindex>


<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
   (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
   m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
   (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");

   ym(53610244, "init", {
        clickmap:true,
        trackLinks:true,
        accurateTrackBounce:true,
        webvisor:true
   });
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/53610244" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>

<script>

  $(document).ready(function() {
	  
    $('head').append('<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&amp;subset=cyrillic" rel="stylesheet">');
    
    $("iframe").css("width", $(document ).width()).css("height", $(document).height() - 25);
    $(window).resize(function() {
    	$("iframe").css("width", $(document ).width()).css("height", $(document).height() - 25);

    	setTimeout(function() {
    		$("iframe").css("width", $(document ).width()).css("height", $(document).height() - 25);
        }, 20);

    	   setTimeout(function() {
    			$("iframe").css("width", $(document ).width()).css("height", $(document).height() - 25);
        }, 100);
           
   	    setTimeout(function() {
  			$("iframe").css("width", $(document ).width()).css("height", $(document).height() - 25);
        }, 1000);
    });
    
	function ajaxAlert(url, type, alert, data)
    {
		$.ajax({
    	    url : url,
    	    type : type,
    	    dataType : 'json',
    	    data: data,
        	success: function(response) {
            	if (response.alert === undefined || response.alert === null) {
            		$(alert).find("small").text("Во время отправки произошла ошибка!");
                	$(alert).show();
        	   	} else {
        	   		$(alert).show().find("small").text(response.alert);
        			if (response.success) {
        				$(alert).removeClass("alert-warning").addClass("alert-success");
        			} else {
        				$(alert).removeClass("alert-success").addClass("alert-warning");
            		}

            		//для выхода исключение
            		if (url == "/index.php?authorize&ajax" && response.success) {
    					setTimeout(function() {window.location.href = "/admin";}, 1000);
        			}
        	   	}
         	    $(alert).delay(5000).queue(function() {
        			$(alert).fadeOut().dequeue();
            		$(alert).find("small").text("");
                });
            },
            error : function(jqXHR, exception) {
            	 if (jqXHR.status === 0) {
                     msg = 'Проверьте подключение к интернету!';
                 } else if (jqXHR.status == 404) {
                     msg = 'Ошибка при отправке запроса (404)!';
                 } else if (jqXHR.status == 500) {
                     msg = 'Ошибка при отправке запроса (500)!';
                 } else if (exception === 'parsererror') {
                     msg = 'Ошибка при отправке запроса (json)!';
                 } else if (exception === 'timeout') {
                     msg = 'Ошибка при отправке запроса (time out)!';
                 } else if (exception === 'abort') {
                     msg = 'Запрос отменён!';
                 } else {
                     msg = 'Во время отправки произошла ошибка!';
                 }
            	 $(alert).show().find("small").text(msg);
         	    $(alert).delay(5000).queue(function() {
        			$(alert).fadeOut().dequeue();
            		$(alert).find("small").text("");
                });
            }
    	});
    }
    
	    
  });
  	</script>
  </body>
</html>