moved the file to a new route

This commit is contained in:
Данил 2024-07-29 11:22:43 +03:00
parent 799b1c499c
commit 2e65d3b014

View file

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Starlio</title> <title>Starlio</title>
<link rel="icon" href="/static/image/favicon.png"> <link rel="icon" href="/image/favicon.png">
<meta name="author" content="Redume, Murzify"> <meta name="author" content="Redume, Murzify">
<meta name="description" content="Amazing wallpaper straight from space!"> <meta name="description" content="Amazing wallpaper straight from space!">
@ -42,10 +42,10 @@
</div> </div>
<div class="get-it-on"> <div class="get-it-on">
<a href='https://play.google.com/store/apps/details?id=ru.murzify.everynasa'> <a href='https://play.google.com/store/apps/details?id=ru.murzify.everynasa'>
<img src='./static/image/get-it-on-gp.png' alt='Get it on Google Play'> <img src='../static/image/get-it-on-gp.png' alt='Get it on Google Play'>
</a> </a>
<a href="https://github.com/Starlio-app/Starlio"> <a href="https://github.com/Starlio-app/Starlio">
<img src="./static/image/get-it-on-github.png" alt="Get it on Github"> <img src="../static/image/get-it-on-github.png" alt="Get it on Github">
</a> </a>
</div> </div>
</div> </div>