Starlio-web/localized-files/ru/404.html

26 lines
1.1 KiB
HTML
Raw Normal View History

2023-05-27 11:48:27 +03:00
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Starlio</title>
2023-07-24 22:45:42 +03:00
<link rel="icon" href="static/image/favicon.png">
2023-05-27 11:48:27 +03:00
<meta name="author" content="Redume, Murzify">
2023-05-27 11:48:27 +03:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://starlio.space/">
2023-07-24 22:45:42 +03:00
<link rel="stylesheet" type="text/css" href="static/css/404.css">
2023-05-27 11:48:27 +03:00
</head>
<body>
<lottie-player src="https://assets1.lottiefiles.com/packages/lf20_2QSlz3Li88.json"
background="transparent"
speed="1"
loop
autoplay>
</lottie-player>
<p style="font-size: 160%;">Страница не найдена!</p>
<p style="font-size: 115%;">Извините, но страница, которую вы хотите просмотреть, может быть удалена или перемещена!</p>
2024-07-22 22:19:20 +03:00
<p><a style="font-size: 1em;" href="/">Главная страница</a></p>
2023-05-27 11:48:27 +03:00
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
</body>
</html>