2022-10-09 17:54:34 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>EveryNas</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="icon" href="/image/icons/favicon.png">
|
|
|
|
<style>
|
|
|
|
lottie-player {
|
|
|
|
margin: 2% auto;
|
|
|
|
height: 200px;
|
|
|
|
width: 200px;
|
|
|
|
}
|
2022-10-23 15:29:58 +03:00
|
|
|
|
2022-10-09 17:54:34 +03:00
|
|
|
p {
|
|
|
|
font-family: sans-serif;
|
|
|
|
text-align: center; font-size: 130%;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
color: #9FA4AF;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #a596bd;
|
|
|
|
}
|
|
|
|
|
|
|
|
#title {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 200%;
|
|
|
|
margin: 0.4% auto;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body style="background-color: #131313; color: white;">
|
|
|
|
<lottie-player src="https://assets9.lottiefiles.com/packages/lf20_tl52xzvn.json" background="transparent" speed="0.8" autoplay></lottie-player>
|
|
|
|
<h1 id="title">Access denied</h1>
|
|
|
|
<p>You don't have access to this site on this device!</p>
|
|
|
|
<p>The site is only available for computers</p>
|
|
|
|
<p>The mobile version of EveryNasa is available on the <a href="https://play.google.com/store/apps/details?id=ru.murzify.everynasa">Play Market</a></p>
|
|
|
|
<script src="/static/scripts/lottie-player.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|