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
53
localized-files/ru/index.html
Normal file
53
localized-files/ru/index.html
Normal file
|
@ -0,0 +1,53 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Starlio</title>
|
||||
<link rel="icon" href="/static/image/favicon.png">
|
||||
|
||||
<meta name="author" content="Redume">
|
||||
<meta name="description" content="Amazing wallpaper straight from space!">
|
||||
<meta name="keywords" content="nasa, space, wallpaper, auto change wallpaper, starlio">
|
||||
|
||||
<meta name="theme-color" content="#2F3041">
|
||||
|
||||
<meta property="og:title" content="Starlio">
|
||||
<meta property="og:description" content="Amazing wallpaper straight from space!">
|
||||
<meta property="og:image" content="/static/image/favicon.png">
|
||||
<meta property="og:url" content="https://starlio.space">
|
||||
|
||||
<meta property="twitter:title" content="Starlio">
|
||||
<meta property="twitter:description" content="Amazing wallpaper straight from space!">
|
||||
<meta property="twitter:image" content="/static/image/banner.png">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link rel="canonical" href="https://starlio.space/">
|
||||
|
||||
<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=Roboto&display=swap" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="static/css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<img src="static/image/devices.png" alt="Devices" id="devices">
|
||||
|
||||
<div id="content">
|
||||
<p id="title">Starlio</p>
|
||||
<p id="subtitle">Потрясающие обои прямо из космоса!</p>
|
||||
<p id="description">
|
||||
NASA каждый день публикует красивые фотографии космоса, так почему бы не устанавливать их как обои? Starlio делает это автоматически за вас!
|
||||
</p>
|
||||
|
||||
<div id="get-it-on">
|
||||
<a href='https://play.google.com/store/apps/details?id=ru.murzify.starlio'>
|
||||
<img alt='Get it on Google Play' src='/static/image/get-it-on-gp.png' id="google-play"/>
|
||||
</a>
|
||||
<a href="https://github.com/Redume/Starlio">
|
||||
<img src="static/image/get-it-on-github.png" alt="Get it on Github" id="github">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue