Starlio-web/index.html

53 lines
2.1 KiB
HTML
Raw Normal View History

2022-11-01 20:23:19 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2023-05-27 11:49:20 +03:00
<title>Starlio</title>
2022-11-02 13:41:27 +03:00
<link rel="icon" href="/static/image/favicon.png">
2022-11-01 20:23:19 +03:00
<meta name="author" content="Redume, Murzify">
2022-11-01 20:23:19 +03:00
<meta name="description" content="Amazing wallpaper straight from space!">
2023-05-27 11:49:20 +03:00
<meta name="keywords" content="nasa, space, wallpaper, auto change wallpaper, starlio">
2022-11-01 20:23:19 +03:00
2022-11-02 13:41:27 +03:00
<meta name="theme-color" content="#2F3041">
2023-05-27 11:49:20 +03:00
<meta property="og:title" content="Starlio">
2022-11-01 20:23:19 +03:00
<meta property="og:description" content="Amazing wallpaper straight from space!">
<meta property="og:image" content="/static/image/favicon.png">
2023-05-27 11:49:20 +03:00
<meta property="og:url" content="https://starlio.space">
2022-11-01 20:23:19 +03:00
2023-05-27 11:49:20 +03:00
<meta property="twitter:title" content="Starlio">
2022-11-01 20:23:19 +03:00
<meta property="twitter:description" content="Amazing wallpaper straight from space!">
2023-07-24 22:50:41 +03:00
<meta property="twitter:image" content="/static/image/favicon.png">
2022-11-01 20:23:19 +03:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2023-05-27 11:49:20 +03:00
<link rel="canonical" href="https://starlio.space/">
2022-11-01 20:23:19 +03:00
<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">
2022-11-02 13:41:27 +03:00
<link rel="stylesheet" type="text/css" href="static/css/main.css">
2022-11-01 20:23:19 +03:00
</head>
<body>
<img src="static/image/devices.png" alt="Devices" id="devices">
2022-11-01 20:23:19 +03:00
<div id="content">
2023-05-27 11:49:20 +03:00
<p id="title">Starlio</p>
2022-11-01 20:23:19 +03:00
<p id="subtitle">Amazing wallpaper straight from space!</p>
<p id="description">
2023-05-27 11:49:20 +03:00
NASA publishes amazing space photos every day, so why not set them as wallpapers? Starlio does it automatically for you!
2022-11-01 20:23:19 +03:00
</p>
2023-05-27 11:49:20 +03:00
2022-11-01 20:23:19 +03:00
<div id="get-it-on">
2023-07-24 22:50:41 +03:00
<a href='https://play.google.com/store/apps/details?id=ru.murzify.everynasa'>
2022-11-03 10:44:26 +03:00
<img alt='Get it on Google Play' src='/static/image/get-it-on-gp.png' id="google-play"/>
</a>
2023-07-24 22:50:41 +03:00
<a href="https://github.com/Starlio-app/Starlio">
2023-05-27 11:49:20 +03:00
<img src="static/image/get-it-on-github.png" alt="Get it on Github" id="github">
</a>
2022-11-01 20:23:19 +03:00
</div>
2023-07-24 22:50:41 +03:00
</div>
2022-11-01 20:23:19 +03:00
</body>
</html>