I'm trying to fix the styles

This commit is contained in:
Данил 2024-07-26 19:22:49 +03:00
parent d8636fb55e
commit 1f6132714a
3 changed files with 6 additions and 6 deletions

View file

@ -9,7 +9,7 @@
<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

@ -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 src="static/image/get-it-on-github.png" alt="Get it on Github" id="github">
<img src="./static/image/get-it-on-github.png" alt="Get it on Github" id="github">
</a>
</div>
</div>

View file

@ -28,7 +28,7 @@
<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/wallpaper.css">
<link rel="stylesheet" type="text/css" href="./static/css/wallpaper.css">
</head>
<body>
<div class="wallpaper">
@ -42,10 +42,10 @@
</div>
<div class="get-it-on">
<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 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>
</div>
</div>