Apache
tcp/443
nginx
tcp/80
Open service 2a00:15f8:a000:5:1:13:2:3937:80 · practice.moscow
2026-01-05 02:15
HTTP/1.1 301 Moved Permanently Date: Mon, 05 Jan 2026 02:15:29 GMT Content-Type: text/html Content-Length: 178 Connection: close Server: nginx Location: https://practice.moscow/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body bgcolor="white"> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2a00:15f8:a000:5:1:12:2:3937:80 · practice.moscow
2026-01-05 02:15
HTTP/1.1 301 Moved Permanently Date: Mon, 05 Jan 2026 02:15:29 GMT Content-Type: text/html Content-Length: 178 Connection: close Server: nginx Location: https://practice.moscow/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body bgcolor="white"> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2a00:15f8:a000:5:1:14:2:3937:80 · practice.moscow
2026-01-05 02:15
HTTP/1.1 301 Moved Permanently Date: Mon, 05 Jan 2026 02:15:29 GMT Content-Type: text/html Content-Length: 178 Connection: close Server: nginx Location: https://practice.moscow/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body bgcolor="white"> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2a00:15f8:a000:5:1:11:2:3937:80 · practice.moscow
2026-01-05 02:15
HTTP/1.1 301 Moved Permanently Date: Mon, 05 Jan 2026 02:15:29 GMT Content-Type: text/html Content-Length: 178 Connection: close Server: nginx Location: https://practice.moscow/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body bgcolor="white"> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 90.156.201.45:80 · practice.moscow
2026-01-05 02:15
HTTP/1.1 301 Moved Permanently Date: Mon, 05 Jan 2026 02:15:29 GMT Content-Type: text/html Content-Length: 178 Connection: close Server: nginx Location: https://practice.moscow/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body bgcolor="white"> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 90.156.201.45:443 · practice.moscow
2026-01-05 02:15
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 02:15:29 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 3488
Connection: close
Vary: Accept-Encoding
Server: Apache
Last-Modified: Thu, 16 Oct 2025 22:08:12 GMT
ETag: "da0-6414dda66f407"
Accept-Ranges: bytes
Cache-Control: max-age=0
Expires: Mon, 05 Jan 2026 02:15:29 GMT
Page title: Практика Москва
<!DOCTYPE html>
<html lang="ru">
<head>
<!-- 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();
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
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?id=104675283', 'ym');
ym(104675283, 'init', {ssr:true, webvisor:true, clickmap:true, ecommerce:"dataLayer", accurateTrackBounce:true, trackLinks:true});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/104675283" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Практика Москва</title>
<meta name="description" content="Практика Москва" />
<!-- Grotesk font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap" rel="stylesheet">
<style>
:root{
/* base bright palette; tweak to taste */
--c1:#ff2a6d; /* hot pink */
--c2:#ffd166; /* warm yellow */
--c3:#06d6a0; /* mint */
--c4:#118ab2; /* azure */
}
*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
margin:0;
font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
color:#fff;
font-weight: 400;
/* animated, saturated background */
background: linear-gradient(-45deg, var(--c1), var(--c2), var(--c3), var(--c4));
background-size: 400% 400%;
animation: gradientShift 18s ease infinite;
}
/* smooth gradient pan */
@keyframes gradientShift{
0%{ background-position: 0% 50%; }
50%{ background-position: 100% 50%; }
100%{ background-position: 0% 50%; }
}
/* reduce motion for accessibility */
@media (prefers-reduced-motion: reduce){
body{ animation: none; background-size: cover; }
}
.wrap{
min-height: 100svh;
display: grid;
place-items: center;
padding: clamp(20px, 4vw, 64px);
position: relative;
}
h1{
margin:0;
line-height: .9;
letter-spacing: -0.04em;
font-weight: 400;
text-align: center;
font-size: clamp(42px, 17vw, 280px);
/* slight glow to stand out on bright tones */
text-transform: uppercase;
text-shadow: none;
}
.contact{
position: static;
text-align: center;
font-size: clamp(12px, 1.6vw, 16px);
font-weight: 400;
margin-top: 0;
}
.contact a{ color: #fff;
text-decoration: none;
border-bottom: 1px solid rgba(255,255,255,.5);
padding-bottom: 2px;
transition: opacity .2s ease, border-color .2s ease;
}
.contact a:hover{ opacity:.85; border-color:#fff; }
</style>
</head>
<body>
<main class="wrap" role="main">
<h1>ПРАКТИКА<br/>МОСКВА</h1>
<div class="contact">
<a href="mailto:kae.libre@gmail.com?subject=Hey!">Связаться</a>
</div>
</main>
</body>
</html>
Open service 90.156.201.74:80 · practice.moscow
2026-01-05 02:15
HTTP/1.1 301 Moved Permanently Date: Mon, 05 Jan 2026 02:15:29 GMT Content-Type: text/html Content-Length: 178 Connection: close Server: nginx Location: https://practice.moscow/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body bgcolor="white"> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 90.156.201.74:443 · practice.moscow
2026-01-05 02:15
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 02:15:29 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 3488
Connection: close
Vary: Accept-Encoding
Server: Apache
Last-Modified: Thu, 16 Oct 2025 22:08:12 GMT
ETag: "da0-6414dda66f407"
Accept-Ranges: bytes
Cache-Control: max-age=0
Expires: Mon, 05 Jan 2026 02:15:29 GMT
Page title: Практика Москва
<!DOCTYPE html>
<html lang="ru">
<head>
<!-- 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();
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
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?id=104675283', 'ym');
ym(104675283, 'init', {ssr:true, webvisor:true, clickmap:true, ecommerce:"dataLayer", accurateTrackBounce:true, trackLinks:true});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/104675283" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Практика Москва</title>
<meta name="description" content="Практика Москва" />
<!-- Grotesk font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap" rel="stylesheet">
<style>
:root{
/* base bright palette; tweak to taste */
--c1:#ff2a6d; /* hot pink */
--c2:#ffd166; /* warm yellow */
--c3:#06d6a0; /* mint */
--c4:#118ab2; /* azure */
}
*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
margin:0;
font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
color:#fff;
font-weight: 400;
/* animated, saturated background */
background: linear-gradient(-45deg, var(--c1), var(--c2), var(--c3), var(--c4));
background-size: 400% 400%;
animation: gradientShift 18s ease infinite;
}
/* smooth gradient pan */
@keyframes gradientShift{
0%{ background-position: 0% 50%; }
50%{ background-position: 100% 50%; }
100%{ background-position: 0% 50%; }
}
/* reduce motion for accessibility */
@media (prefers-reduced-motion: reduce){
body{ animation: none; background-size: cover; }
}
.wrap{
min-height: 100svh;
display: grid;
place-items: center;
padding: clamp(20px, 4vw, 64px);
position: relative;
}
h1{
margin:0;
line-height: .9;
letter-spacing: -0.04em;
font-weight: 400;
text-align: center;
font-size: clamp(42px, 17vw, 280px);
/* slight glow to stand out on bright tones */
text-transform: uppercase;
text-shadow: none;
}
.contact{
position: static;
text-align: center;
font-size: clamp(12px, 1.6vw, 16px);
font-weight: 400;
margin-top: 0;
}
.contact a{ color: #fff;
text-decoration: none;
border-bottom: 1px solid rgba(255,255,255,.5);
padding-bottom: 2px;
transition: opacity .2s ease, border-color .2s ease;
}
.contact a:hover{ opacity:.85; border-color:#fff; }
</style>
</head>
<body>
<main class="wrap" role="main">
<h1>ПРАКТИКА<br/>МОСКВА</h1>
<div class="contact">
<a href="mailto:kae.libre@gmail.com?subject=Hey!">Связаться</a>
</div>
</main>
</body>
</html>
Open service 2a00:15f8:a000:5:1:12:2:3937:443 · practice.moscow
2026-01-05 02:15
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 02:15:29 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 3488
Connection: close
Vary: Accept-Encoding
Server: Apache
Last-Modified: Thu, 16 Oct 2025 22:08:12 GMT
ETag: "da0-6414dda66f407"
Accept-Ranges: bytes
Cache-Control: max-age=0
Expires: Mon, 05 Jan 2026 02:15:29 GMT
Page title: Практика Москва
<!DOCTYPE html>
<html lang="ru">
<head>
<!-- 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();
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
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?id=104675283', 'ym');
ym(104675283, 'init', {ssr:true, webvisor:true, clickmap:true, ecommerce:"dataLayer", accurateTrackBounce:true, trackLinks:true});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/104675283" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Практика Москва</title>
<meta name="description" content="Практика Москва" />
<!-- Grotesk font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap" rel="stylesheet">
<style>
:root{
/* base bright palette; tweak to taste */
--c1:#ff2a6d; /* hot pink */
--c2:#ffd166; /* warm yellow */
--c3:#06d6a0; /* mint */
--c4:#118ab2; /* azure */
}
*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
margin:0;
font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
color:#fff;
font-weight: 400;
/* animated, saturated background */
background: linear-gradient(-45deg, var(--c1), var(--c2), var(--c3), var(--c4));
background-size: 400% 400%;
animation: gradientShift 18s ease infinite;
}
/* smooth gradient pan */
@keyframes gradientShift{
0%{ background-position: 0% 50%; }
50%{ background-position: 100% 50%; }
100%{ background-position: 0% 50%; }
}
/* reduce motion for accessibility */
@media (prefers-reduced-motion: reduce){
body{ animation: none; background-size: cover; }
}
.wrap{
min-height: 100svh;
display: grid;
place-items: center;
padding: clamp(20px, 4vw, 64px);
position: relative;
}
h1{
margin:0;
line-height: .9;
letter-spacing: -0.04em;
font-weight: 400;
text-align: center;
font-size: clamp(42px, 17vw, 280px);
/* slight glow to stand out on bright tones */
text-transform: uppercase;
text-shadow: none;
}
.contact{
position: static;
text-align: center;
font-size: clamp(12px, 1.6vw, 16px);
font-weight: 400;
margin-top: 0;
}
.contact a{ color: #fff;
text-decoration: none;
border-bottom: 1px solid rgba(255,255,255,.5);
padding-bottom: 2px;
transition: opacity .2s ease, border-color .2s ease;
}
.contact a:hover{ opacity:.85; border-color:#fff; }
</style>
</head>
<body>
<main class="wrap" role="main">
<h1>ПРАКТИКА<br/>МОСКВА</h1>
<div class="contact">
<a href="mailto:kae.libre@gmail.com?subject=Hey!">Связаться</a>
</div>
</main>
</body>
</html>
Open service 2a00:15f8:a000:5:1:13:2:3937:443 · practice.moscow
2026-01-05 02:15
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 02:15:29 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 3488
Connection: close
Vary: Accept-Encoding
Server: Apache
Last-Modified: Thu, 16 Oct 2025 22:08:12 GMT
ETag: "da0-6414dda66f407"
Accept-Ranges: bytes
Cache-Control: max-age=0
Expires: Mon, 05 Jan 2026 02:15:29 GMT
Page title: Практика Москва
<!DOCTYPE html>
<html lang="ru">
<head>
<!-- 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();
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
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?id=104675283', 'ym');
ym(104675283, 'init', {ssr:true, webvisor:true, clickmap:true, ecommerce:"dataLayer", accurateTrackBounce:true, trackLinks:true});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/104675283" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Практика Москва</title>
<meta name="description" content="Практика Москва" />
<!-- Grotesk font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap" rel="stylesheet">
<style>
:root{
/* base bright palette; tweak to taste */
--c1:#ff2a6d; /* hot pink */
--c2:#ffd166; /* warm yellow */
--c3:#06d6a0; /* mint */
--c4:#118ab2; /* azure */
}
*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
margin:0;
font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
color:#fff;
font-weight: 400;
/* animated, saturated background */
background: linear-gradient(-45deg, var(--c1), var(--c2), var(--c3), var(--c4));
background-size: 400% 400%;
animation: gradientShift 18s ease infinite;
}
/* smooth gradient pan */
@keyframes gradientShift{
0%{ background-position: 0% 50%; }
50%{ background-position: 100% 50%; }
100%{ background-position: 0% 50%; }
}
/* reduce motion for accessibility */
@media (prefers-reduced-motion: reduce){
body{ animation: none; background-size: cover; }
}
.wrap{
min-height: 100svh;
display: grid;
place-items: center;
padding: clamp(20px, 4vw, 64px);
position: relative;
}
h1{
margin:0;
line-height: .9;
letter-spacing: -0.04em;
font-weight: 400;
text-align: center;
font-size: clamp(42px, 17vw, 280px);
/* slight glow to stand out on bright tones */
text-transform: uppercase;
text-shadow: none;
}
.contact{
position: static;
text-align: center;
font-size: clamp(12px, 1.6vw, 16px);
font-weight: 400;
margin-top: 0;
}
.contact a{ color: #fff;
text-decoration: none;
border-bottom: 1px solid rgba(255,255,255,.5);
padding-bottom: 2px;
transition: opacity .2s ease, border-color .2s ease;
}
.contact a:hover{ opacity:.85; border-color:#fff; }
</style>
</head>
<body>
<main class="wrap" role="main">
<h1>ПРАКТИКА<br/>МОСКВА</h1>
<div class="contact">
<a href="mailto:kae.libre@gmail.com?subject=Hey!">Связаться</a>
</div>
</main>
</body>
</html>
Open service 90.156.201.56:443 · practice.moscow
2026-01-05 02:15
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 02:15:29 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 3488
Connection: close
Vary: Accept-Encoding
Server: Apache
Last-Modified: Thu, 16 Oct 2025 22:08:12 GMT
ETag: "da0-6414dda66f407"
Accept-Ranges: bytes
Cache-Control: max-age=0
Expires: Mon, 05 Jan 2026 02:15:29 GMT
Page title: Практика Москва
<!DOCTYPE html>
<html lang="ru">
<head>
<!-- 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();
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
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?id=104675283', 'ym');
ym(104675283, 'init', {ssr:true, webvisor:true, clickmap:true, ecommerce:"dataLayer", accurateTrackBounce:true, trackLinks:true});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/104675283" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Практика Москва</title>
<meta name="description" content="Практика Москва" />
<!-- Grotesk font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap" rel="stylesheet">
<style>
:root{
/* base bright palette; tweak to taste */
--c1:#ff2a6d; /* hot pink */
--c2:#ffd166; /* warm yellow */
--c3:#06d6a0; /* mint */
--c4:#118ab2; /* azure */
}
*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
margin:0;
font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
color:#fff;
font-weight: 400;
/* animated, saturated background */
background: linear-gradient(-45deg, var(--c1), var(--c2), var(--c3), var(--c4));
background-size: 400% 400%;
animation: gradientShift 18s ease infinite;
}
/* smooth gradient pan */
@keyframes gradientShift{
0%{ background-position: 0% 50%; }
50%{ background-position: 100% 50%; }
100%{ background-position: 0% 50%; }
}
/* reduce motion for accessibility */
@media (prefers-reduced-motion: reduce){
body{ animation: none; background-size: cover; }
}
.wrap{
min-height: 100svh;
display: grid;
place-items: center;
padding: clamp(20px, 4vw, 64px);
position: relative;
}
h1{
margin:0;
line-height: .9;
letter-spacing: -0.04em;
font-weight: 400;
text-align: center;
font-size: clamp(42px, 17vw, 280px);
/* slight glow to stand out on bright tones */
text-transform: uppercase;
text-shadow: none;
}
.contact{
position: static;
text-align: center;
font-size: clamp(12px, 1.6vw, 16px);
font-weight: 400;
margin-top: 0;
}
.contact a{ color: #fff;
text-decoration: none;
border-bottom: 1px solid rgba(255,255,255,.5);
padding-bottom: 2px;
transition: opacity .2s ease, border-color .2s ease;
}
.contact a:hover{ opacity:.85; border-color:#fff; }
</style>
</head>
<body>
<main class="wrap" role="main">
<h1>ПРАКТИКА<br/>МОСКВА</h1>
<div class="contact">
<a href="mailto:kae.libre@gmail.com?subject=Hey!">Связаться</a>
</div>
</main>
</body>
</html>
Open service 90.156.201.32:80 · practice.moscow
2026-01-05 02:15
HTTP/1.1 301 Moved Permanently Date: Mon, 05 Jan 2026 02:15:29 GMT Content-Type: text/html Content-Length: 178 Connection: close Server: nginx Location: https://practice.moscow/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body bgcolor="white"> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2a00:15f8:a000:5:1:11:2:3937:443 · practice.moscow
2026-01-05 02:15
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 02:15:29 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 3488
Connection: close
Vary: Accept-Encoding
Server: Apache
Last-Modified: Thu, 16 Oct 2025 22:08:12 GMT
ETag: "da0-6414dda66f407"
Accept-Ranges: bytes
Cache-Control: max-age=0
Expires: Mon, 05 Jan 2026 02:15:29 GMT
Page title: Практика Москва
<!DOCTYPE html>
<html lang="ru">
<head>
<!-- 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();
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
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?id=104675283', 'ym');
ym(104675283, 'init', {ssr:true, webvisor:true, clickmap:true, ecommerce:"dataLayer", accurateTrackBounce:true, trackLinks:true});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/104675283" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Практика Москва</title>
<meta name="description" content="Практика Москва" />
<!-- Grotesk font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap" rel="stylesheet">
<style>
:root{
/* base bright palette; tweak to taste */
--c1:#ff2a6d; /* hot pink */
--c2:#ffd166; /* warm yellow */
--c3:#06d6a0; /* mint */
--c4:#118ab2; /* azure */
}
*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
margin:0;
font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
color:#fff;
font-weight: 400;
/* animated, saturated background */
background: linear-gradient(-45deg, var(--c1), var(--c2), var(--c3), var(--c4));
background-size: 400% 400%;
animation: gradientShift 18s ease infinite;
}
/* smooth gradient pan */
@keyframes gradientShift{
0%{ background-position: 0% 50%; }
50%{ background-position: 100% 50%; }
100%{ background-position: 0% 50%; }
}
/* reduce motion for accessibility */
@media (prefers-reduced-motion: reduce){
body{ animation: none; background-size: cover; }
}
.wrap{
min-height: 100svh;
display: grid;
place-items: center;
padding: clamp(20px, 4vw, 64px);
position: relative;
}
h1{
margin:0;
line-height: .9;
letter-spacing: -0.04em;
font-weight: 400;
text-align: center;
font-size: clamp(42px, 17vw, 280px);
/* slight glow to stand out on bright tones */
text-transform: uppercase;
text-shadow: none;
}
.contact{
position: static;
text-align: center;
font-size: clamp(12px, 1.6vw, 16px);
font-weight: 400;
margin-top: 0;
}
.contact a{ color: #fff;
text-decoration: none;
border-bottom: 1px solid rgba(255,255,255,.5);
padding-bottom: 2px;
transition: opacity .2s ease, border-color .2s ease;
}
.contact a:hover{ opacity:.85; border-color:#fff; }
</style>
</head>
<body>
<main class="wrap" role="main">
<h1>ПРАКТИКА<br/>МОСКВА</h1>
<div class="contact">
<a href="mailto:kae.libre@gmail.com?subject=Hey!">Связаться</a>
</div>
</main>
</body>
</html>
Open service 2a00:15f8:a000:5:1:14:2:3937:443 · practice.moscow
2026-01-05 02:15
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 02:15:29 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 3488
Connection: close
Vary: Accept-Encoding
Server: Apache
Last-Modified: Thu, 16 Oct 2025 22:08:12 GMT
ETag: "da0-6414dda66f407"
Accept-Ranges: bytes
Cache-Control: max-age=0
Expires: Mon, 05 Jan 2026 02:15:29 GMT
Page title: Практика Москва
<!DOCTYPE html>
<html lang="ru">
<head>
<!-- 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();
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
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?id=104675283', 'ym');
ym(104675283, 'init', {ssr:true, webvisor:true, clickmap:true, ecommerce:"dataLayer", accurateTrackBounce:true, trackLinks:true});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/104675283" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Практика Москва</title>
<meta name="description" content="Практика Москва" />
<!-- Grotesk font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap" rel="stylesheet">
<style>
:root{
/* base bright palette; tweak to taste */
--c1:#ff2a6d; /* hot pink */
--c2:#ffd166; /* warm yellow */
--c3:#06d6a0; /* mint */
--c4:#118ab2; /* azure */
}
*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
margin:0;
font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
color:#fff;
font-weight: 400;
/* animated, saturated background */
background: linear-gradient(-45deg, var(--c1), var(--c2), var(--c3), var(--c4));
background-size: 400% 400%;
animation: gradientShift 18s ease infinite;
}
/* smooth gradient pan */
@keyframes gradientShift{
0%{ background-position: 0% 50%; }
50%{ background-position: 100% 50%; }
100%{ background-position: 0% 50%; }
}
/* reduce motion for accessibility */
@media (prefers-reduced-motion: reduce){
body{ animation: none; background-size: cover; }
}
.wrap{
min-height: 100svh;
display: grid;
place-items: center;
padding: clamp(20px, 4vw, 64px);
position: relative;
}
h1{
margin:0;
line-height: .9;
letter-spacing: -0.04em;
font-weight: 400;
text-align: center;
font-size: clamp(42px, 17vw, 280px);
/* slight glow to stand out on bright tones */
text-transform: uppercase;
text-shadow: none;
}
.contact{
position: static;
text-align: center;
font-size: clamp(12px, 1.6vw, 16px);
font-weight: 400;
margin-top: 0;
}
.contact a{ color: #fff;
text-decoration: none;
border-bottom: 1px solid rgba(255,255,255,.5);
padding-bottom: 2px;
transition: opacity .2s ease, border-color .2s ease;
}
.contact a:hover{ opacity:.85; border-color:#fff; }
</style>
</head>
<body>
<main class="wrap" role="main">
<h1>ПРАКТИКА<br/>МОСКВА</h1>
<div class="contact">
<a href="mailto:kae.libre@gmail.com?subject=Hey!">Связаться</a>
</div>
</main>
</body>
</html>
Open service 90.156.201.56:80 · practice.moscow
2026-01-05 02:15
HTTP/1.1 301 Moved Permanently Date: Mon, 05 Jan 2026 02:15:29 GMT Content-Type: text/html Content-Length: 178 Connection: close Server: nginx Location: https://practice.moscow/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body bgcolor="white"> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 90.156.201.32:443 · practice.moscow
2026-01-05 02:15
HTTP/1.1 200 OK
Date: Mon, 05 Jan 2026 02:15:29 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 3488
Connection: close
Vary: Accept-Encoding
Server: Apache
Last-Modified: Thu, 16 Oct 2025 22:08:12 GMT
ETag: "da0-6414dda66f407"
Accept-Ranges: bytes
Cache-Control: max-age=0
Expires: Mon, 05 Jan 2026 02:15:29 GMT
Page title: Практика Москва
<!DOCTYPE html>
<html lang="ru">
<head>
<!-- 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();
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
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?id=104675283', 'ym');
ym(104675283, 'init', {ssr:true, webvisor:true, clickmap:true, ecommerce:"dataLayer", accurateTrackBounce:true, trackLinks:true});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/104675283" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Практика Москва</title>
<meta name="description" content="Практика Москва" />
<!-- Grotesk font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap" rel="stylesheet">
<style>
:root{
/* base bright palette; tweak to taste */
--c1:#ff2a6d; /* hot pink */
--c2:#ffd166; /* warm yellow */
--c3:#06d6a0; /* mint */
--c4:#118ab2; /* azure */
}
*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
margin:0;
font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
color:#fff;
font-weight: 400;
/* animated, saturated background */
background: linear-gradient(-45deg, var(--c1), var(--c2), var(--c3), var(--c4));
background-size: 400% 400%;
animation: gradientShift 18s ease infinite;
}
/* smooth gradient pan */
@keyframes gradientShift{
0%{ background-position: 0% 50%; }
50%{ background-position: 100% 50%; }
100%{ background-position: 0% 50%; }
}
/* reduce motion for accessibility */
@media (prefers-reduced-motion: reduce){
body{ animation: none; background-size: cover; }
}
.wrap{
min-height: 100svh;
display: grid;
place-items: center;
padding: clamp(20px, 4vw, 64px);
position: relative;
}
h1{
margin:0;
line-height: .9;
letter-spacing: -0.04em;
font-weight: 400;
text-align: center;
font-size: clamp(42px, 17vw, 280px);
/* slight glow to stand out on bright tones */
text-transform: uppercase;
text-shadow: none;
}
.contact{
position: static;
text-align: center;
font-size: clamp(12px, 1.6vw, 16px);
font-weight: 400;
margin-top: 0;
}
.contact a{ color: #fff;
text-decoration: none;
border-bottom: 1px solid rgba(255,255,255,.5);
padding-bottom: 2px;
transition: opacity .2s ease, border-color .2s ease;
}
.contact a:hover{ opacity:.85; border-color:#fff; }
</style>
</head>
<body>
<main class="wrap" role="main">
<h1>ПРАКТИКА<br/>МОСКВА</h1>
<div class="contact">
<a href="mailto:kae.libre@gmail.com?subject=Hey!">Связаться</a>
</div>
</main>
</body>
</html>