mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-21 16:26:21 +03:00
delete error for mobile
This commit is contained in:
parent
cc65bd5283
commit
1cc8db7b9f
1 changed files with 0 additions and 43 deletions
|
@ -1,43 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<title>EveryNas</title>
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<link rel="icon" href="/image/icons/favicon.png">
|
|
||||||
<style>
|
|
||||||
lottie-player {
|
|
||||||
margin: 2% auto;
|
|
||||||
height: 200px;
|
|
||||||
width: 200px;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
font-family: sans-serif;
|
|
||||||
text-align: center; font-size: 130%;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:visited {
|
|
||||||
color: #9FA4AF;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: #a596bd;
|
|
||||||
}
|
|
||||||
|
|
||||||
#title {
|
|
||||||
text-align: center;
|
|
||||||
font-size: 200%;
|
|
||||||
margin: 0.4% auto;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body style="background-color: #131313; color: white;">
|
|
||||||
<lottie-player src="https://assets9.lottiefiles.com/packages/lf20_tl52xzvn.json" background="transparent" speed="0.8" autoplay></lottie-player>
|
|
||||||
<h1 id="title">Access denied</h1>
|
|
||||||
<p>You don't have access to this site on this device!</p>
|
|
||||||
<p>The site is only available for computers</p>
|
|
||||||
<p>The mobile version of EveryNasa is available on the <a href="https://play.google.com/store/apps/details?id=ru.murzify.everynasa">Play Market</a></p>
|
|
||||||
<script src="/static/scripts/lottie-player.js"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Add table
Reference in a new issue