mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-05 17:03:58 +03:00
rename file
This commit is contained in:
parent
25bf340e6d
commit
b34b531763
1 changed files with 13 additions and 11 deletions
|
@ -2,27 +2,27 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>EveryNASA</title>
|
||||
<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, everynasa">
|
||||
<meta name="keywords" content="nasa, space, wallpaper, auto change wallpaper, starlio">
|
||||
|
||||
<meta name="theme-color" content="#2F3041">
|
||||
|
||||
<meta property="og:title" content="EveryNASA">
|
||||
<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://everynasa.space">
|
||||
<meta property="og:url" content="https://starlio.space">
|
||||
|
||||
<meta property="twitter:title" content="EveryNASA">
|
||||
<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://everynasa.space/">
|
||||
<link rel="canonical" href="https://starlio.space/">
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
|
@ -34,17 +34,19 @@
|
|||
<img src="static/image/devices.png" alt="Devices" id="devices">
|
||||
|
||||
<div id="content">
|
||||
<p id="title">EveryNASA</p>
|
||||
<p id="title">Starlio</p>
|
||||
<p id="subtitle">Amazing wallpaper straight from space!</p>
|
||||
<p id="description">
|
||||
NASA publishes amazing space photos every day, so why not set them as wallpapers? EveryNASA does it automatically for you!
|
||||
NASA publishes amazing space photos every day, so why not set them as wallpapers? Starlio does it automatically for you!
|
||||
</p>
|
||||
|
||||
<div id="get-it-on">
|
||||
<a href='https://play.google.com/store/apps/details?id=ru.murzify.everynasa&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'>
|
||||
<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/EveryNasa"><img src="static/image/get-it-on-github.png" alt="Get it on Github" id="github"></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…
Reference in a new issue