<!DOCTYPE html>
<html lang="ru" >

<head>
  <meta charset="UTF-8">
  <title>Ошибка 404 - Ничего не найдено</title>
  <meta name="yandex-verification" content="022648d817c916ab" />
  <link rel="icon" href="favicon.ico" type="image/x-icon">
  
  
  
<style>
@import url('https://fonts.googleapis.com/css?family=Fira+Mono:400');

body{ 
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #E6E6E6;
  color: #222E30;
  font-size: 260px;
  font-family: 'Fira Mono', monospace;
  letter-spacing: -7px;
}

div{
  animation: glitch 1s linear infinite;
}

@keyframes glitch{
  2%,64%{
  color: #7AB900;
    transform: translate(2px,0) skew(0deg);
  }
  4%,60%{
	  color: #009F3C;
    transform: translate(-2px,0) skew(0deg);
  }
  62%{
		  color: #040404;
    transform: translate(0,0) skew(5deg); 
  }
	  67%{
		  color: #FF2525;
    transform: translate(0,0) skew(5deg); 
  }
}

div:before,
div:after{
  content: attr(title);
  position: absolute;
  left: 0;
}

div:before{
  animation: glitchTop 1s linear infinite;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

@keyframes glitchTop{
  2%,64%{
    transform: translate(2px,-2px);
  }
  4%,60%{
    transform: translate(-2px,2px);
  }
  62%{
    transform: translate(13px,-1px) skew(-13deg); 
  }
}

div:after{
  animation: glitchBotom 1.5s linear infinite;
  clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

@keyframes glitchBotom{
  2%,64%{
    transform: translate(-2px,0);
  }
  4%,60%{
    transform: translate(-2px,0);
  }
  62%{
    transform: translate(-22px,5px) skew(21deg); 
  }
}
</style>

  <script>
  window.console = window.console || function(t) {};
</script>



</head>

<body translate="no" >
  <div title="42">42</div>
  

  
  

</body>

</html>
 
