translated from English to Russian

This commit is contained in:
Данил 2022-09-19 02:05:45 +03:00
parent 522e582cac
commit 5d09e64a26
2 changed files with 7 additions and 16 deletions

View file

@ -3,39 +3,31 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>EveryNasa</title> <title>EveryNasa</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/image/icons/favicon.png"> <link rel="icon" href="/image/icons/favicon.png">
</head> </head>
<style> <style>
* { * {
line-height: 1.2; line-height: 1.2;
margin: 0; margin: 0;
} }
lottie-player { lottie-player {
margin: 0 auto; margin: 0 auto;
} }
p { p {
font-family: sans-serif; font-family: sans-serif;
text-align: center; text-align: center;
margin: 0.4% auto; margin: 0.4% auto;
width: 300px; width: 300px;
} }
a:visited { a:visited {
color: #9FA4AF; color: #9FA4AF;
} }
</style> </style>
<body style="background: #131313; color: white;"> <body style="background: #131313; color: white;">
<lottie-player src="/static/image/lottie/lf20_2QSlz3Li88.json" background="transparent" speed="1" style="width: 300px; height: 300px;" loop autoplay></lottie-player> <lottie-player src="/static/image/lottie/lf20_2QSlz3Li88.json" background="transparent" speed="1" style="width: 300px; height: 300px;" loop autoplay></lottie-player>
<p style="font-size: 160%;">Page not found!</p>
<p style="font-size: 160%;">Страница не найдена!</p> <p style="font-size: 115%;">Sorry, but the page you want to view may have been deleted or moved!</p>
<p style="font-size: 115%;">Извините, но страница, которую вы хотите просмотреть, возможно, была удалена или перемещена!</p> <p><a style="font-size: 1em;" href="/">General page</a></p>
<p><a style="font-size: 1em;" href="/">Главная страница</a></p>
<script src="/static/scripts/lottie-player.js"></script> <script src="/static/scripts/lottie-player.js"></script>
</body> </body>
</html> </html>

View file

@ -23,11 +23,10 @@
</head> </head>
<body style="background: #131313; color: white;"> <body style="background: #131313; color: white;">
<lottie-player src="/static/image/lottie/lf20_3FGZxC.json" background="transparent" speed="0.5" style="width: 250px; height: 250px;" loop autoplay></lottie-player> <lottie-player src="/static/image/lottie/lf20_3FGZxC.json" background="transparent" speed="0.5" style="width: 250px; height: 250px;" loop autoplay></lottie-player>
<p style="margin: 3% auto;">No internet connection</p>
<p style="margin: 3% auto;">Нет подключения к Интернету</p> <p style="margin: -2% auto">Try to do the following:</p>
<p style="margin: -2% auto">Попробуйте сделать следующее:</p> <li>Check the network cables, modem and router.</li>
<li>Проверьте сетевые кабели, модем и маршрутизатор.</li> <li style="margin-top: 1%; margin-left: 43%">Connect to the Wi-Fi network again.</li>
<li style="margin-top: 1%; margin-left: 43%">Подключитесь к сети Wi-Fi ещё раз.</li>
<script src="static/scripts/lottie-player.js"></script> <script src="static/scripts/lottie-player.js"></script>
</body> </body>
</html> </html>