Следите за новостями любимого конструктора сайтов uCoz в социальных сетях!
Как вариант, таким скриптом
<script>$.get("http://freegeoip.net/json/", function (data) { var country = data.country_name; if(country == 'Belgium'){$('head').html('<meta http-equiv="refresh" content="0;URL=/404.html">');} });</script>
Оххх(сделайте всё за меня)..... Вот это всё в глобальный блок "Нижняя часть сайта" в самый низ.
<div id="preloader"></div> <style> #preloader { position: fixed; left: 0; top: 0; z-index: 999; width: 100%; height: 100%; overflow: visible; background: #333 url('//cdnjs.cloudflare.com/ajax/libs/file-uploader/3.7.0/processing.gif') no-repeat center center; } </style> <script> jQuery(document).ready(function ($) { $(window).load(function () { setTimeout(function(){ $('#preloader').fadeOut('slow', function () { }); },4000); }); }); </script>
Красным время в милисекундах работы прелоадера.