Изменил структура проекта

This commit is contained in:
Данил 2024-09-14 18:58:03 +03:00
parent 8b8254b89f
commit 8b32204a4e
13 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
<p align="center"><img src="banner.png" alt="Banner starlio"></p>
<p align="center"><img src="/assest/banner.png" alt="Banner starlio"></p>
> **Note**
> Official website of the Starlio project

View file

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -3,13 +3,13 @@
<head>
<meta charset="UTF-8">
<title>Starlio</title>
<link rel="icon" href="/static/image/favicon.png">
<link rel="icon" href="../static/image/favicon.png">
<meta name="author" content="Redume, Murzify">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://starlio.space/">
<link rel="stylesheet" type="text/css" href="/static/css/404.css">
<link rel="stylesheet" type="text/css" href="../static/css/404.css">
</head>
<body>
<lottie-player src="https://assets1.lottiefiles.com/packages/lf20_2QSlz3Li88.json"

View file

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Starlio</title>
<link rel="icon" href="/static/image/favicon.png">
<link rel="icon" href="./static/image/favicon.png">
<meta name="author" content="Redume, Murzify">
<meta name="description" content="Amazing wallpaper straight from space!">
@ -13,12 +13,12 @@
<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: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/favicon.png">
<meta property="twitter:image" content="./static/image/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -28,10 +28,10 @@
<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">
<link rel="stylesheet" type="text/css" href="./static/css/main.css">
</head>
<body>
<img src="static/image/devices.png" alt="Devices" id="devices">
<img src="./static/image/devices.png" alt="Devices" id="devices">
<div id="content">
<p id="title">Starlio</p>
@ -42,10 +42,10 @@
<div id="get-it-on">
<a href='https://play.google.com/store/apps/details?id=ru.murzify.everynasa'>
<img alt='Get it on Google Play' src='/static/image/get-it-on-gp.png' id="google-play"/>
<img alt='Get it on Google Play' src='./static/image/get-it-on-gp.png' id="google-play"/>
</a>
<a href="https://github.com/Starlio-app/Starlio">
<img alt="Get it on Github" src="/static/image/get-it-on-github.png" id="github">
<img alt="Get it on Github" src="./static/image/get-it-on-github.png" id="github">
</a>
</div>
</div>

View file

Before

Width:  |  Height:  |  Size: 2 MiB

After

Width:  |  Height:  |  Size: 2 MiB

View file

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View file

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View file

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB