mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-06 06:13:57 +03:00
add and change meta tags
This commit is contained in:
parent
64c46a8c4c
commit
23c9f691e5
1 changed files with 5 additions and 3 deletions
|
@ -3,12 +3,14 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>EveryNASA</title>
|
<title>EveryNASA</title>
|
||||||
<link rel="icon" href="/static/image/favicon.png" type="image/png">
|
<link rel="icon" href="/static/image/favicon.png">
|
||||||
|
|
||||||
<meta name="author" content="Redume">
|
<meta name="author" content="Redume">
|
||||||
<meta name="description" content="Amazing wallpaper straight from space!">
|
<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, everynasa">
|
||||||
|
|
||||||
|
<meta name="theme-color" content="#2F3041">
|
||||||
|
|
||||||
<meta property="og:title" content="EveryNASA">
|
<meta property="og:title" content="EveryNASA">
|
||||||
<meta property="og:description" content="Amazing wallpaper straight from space!">
|
<meta property="og:description" content="Amazing wallpaper straight from space!">
|
||||||
<meta property="og:image" content="/static/image/favicon.png">
|
<meta property="og:image" content="/static/image/favicon.png">
|
||||||
|
@ -26,7 +28,7 @@
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="/static/css/main.css">
|
<link rel="stylesheet" type="text/css" href="static/css/main.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<img src="static/image/devices.png" alt="Devices" id="devices">
|
<img src="static/image/devices.png" alt="Devices" id="devices">
|
||||||
|
@ -39,7 +41,7 @@
|
||||||
</p>
|
</p>
|
||||||
<div id="get-it-on">
|
<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'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png' id="google-play"/></a>
|
<a href='https://play.google.com/store/apps/details?id=ru.murzify.everynasa&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.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/EveryNasa"><img src="static/image/get-it-on-github.png" alt="Get it on Github" id="github"></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue