mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-21 16:26:21 +03:00
folder location changed
This commit is contained in:
parent
e1890ec946
commit
a2e8d418d7
1 changed files with 5 additions and 1 deletions
|
@ -10,21 +10,25 @@
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
lottie-player {
|
lottie-player {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
width: 300px; height: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0.4% auto;
|
margin: 0.4% auto;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color: #9FA4AF;
|
color: #9FA4AF;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<body style="background: #131313; color: white;">
|
<body style="background: #131313; color: white;">
|
||||||
<lottie-player src="/static/image/lottie/lf20_2QSlz3Li88.json" background="transparent" speed="1" style="width: 300px; height: 300px;" loop autoplay></lottie-player>
|
<lottie-player src="/static/image/lottie/lf20_2QSlz3Li88.json" background="transparent" speed="1" loop autoplay></lottie-player>
|
||||||
<p style="font-size: 160%;">Page not found!</p>
|
<p style="font-size: 160%;">Page not found!</p>
|
||||||
<p style="font-size: 115%;">Sorry, but the page you want to view may have been deleted or moved!</p>
|
<p style="font-size: 115%;">Sorry, but the page you want to view may have been deleted or moved!</p>
|
||||||
<p><a style="font-size: 1em;" href="/">General page</a></p>
|
<p><a style="font-size: 1em;" href="/">General page</a></p>
|
Loading…
Add table
Reference in a new issue