mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-22 00:36:20 +03:00
fix pathname
This commit is contained in:
parent
9e6cdd6e13
commit
fcd1afcb7a
3 changed files with 9 additions and 9 deletions
4
404.html
4
404.html
|
@ -3,13 +3,13 @@
|
||||||
<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="/static/image/favicon.png">
|
||||||
|
|
||||||
<meta name="author" content="Redume, Murzify">
|
<meta name="author" content="Redume, Murzify">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<link rel="canonical" href="https://starlio.space/">
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<lottie-player src="https://assets1.lottiefiles.com/packages/lf20_2QSlz3Li88.json"
|
<lottie-player src="https://assets1.lottiefiles.com/packages/lf20_2QSlz3Li88.json"
|
||||||
|
|
|
@ -28,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">
|
||||||
|
@ -42,10 +42,10 @@
|
||||||
|
|
||||||
<div id="get-it-on">
|
<div id="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 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>
|
||||||
<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" id="github">
|
<img alt="Get it on Github" src="/static/image/get-it-on-github.png" id="github">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -28,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/wallpaper.css">
|
<link rel="stylesheet" type="text/css" href="/static/css/wallpaper.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wallpaper">
|
<div class="wallpaper">
|
||||||
|
@ -42,14 +42,14 @@
|
||||||
</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>
|
||||||
</div>
|
</div>
|
||||||
<script src="./static/script/wallpaperLoad.js"></script>
|
<script src="/static/script/wallpaperLoad.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Add table
Reference in a new issue