mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2025-03-04 15:01:24 +03:00
fix pathname
This commit is contained in:
parent
9e6cdd6e13
commit
fcd1afcb7a
3 changed files with 9 additions and 9 deletions
|
@ -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,14 +42,14 @@
|
|||
</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>
|
||||
</div>
|
||||
<script src="./static/script/wallpaperLoad.js"></script>
|
||||
<script src="/static/script/wallpaperLoad.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue