mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2025-02-25 03:31:24 +03:00
add localization files (firebase)
This commit is contained in:
parent
0313af253d
commit
2f7d12560a
7 changed files with 294 additions and 0 deletions
26
localized-files/ru/404.html
Normal file
26
localized-files/ru/404.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Starlio</title>
|
||||
<link rel="icon" href="../static/image/favicon.png" type="">
|
||||
|
||||
<meta name="author" content="Redume">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link rel="canonical" href="https://starlio.space/">
|
||||
<link rel="stylesheet" type="text/css" href="../static/css/404.css">
|
||||
</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>
|
||||
<p><a style="font-size: 1em;" href="/">General page</a></p>
|
||||
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue