StarlioX/web/errors/404.html

37 lines
954 B
HTML
Raw Normal View History

2022-09-18 19:24:42 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>EveryNasa</title>
<link rel="icon" href="/image/icons/favicon.png">
</head>
<style>
* {
line-height: 1.2;
margin: 0;
}
2022-10-23 15:28:50 +03:00
2022-09-18 19:24:42 +03:00
lottie-player {
margin: 0 auto;
2022-10-23 15:28:50 +03:00
width: 300px; height: 300px;
2022-09-18 19:24:42 +03:00
}
2022-10-23 15:28:50 +03:00
2022-09-18 19:24:42 +03:00
p {
font-family: sans-serif;
text-align: center;
margin: 0.4% auto;
width: 300px;
}
2022-10-23 15:28:50 +03:00
2022-09-18 19:24:42 +03:00
a:visited {
color: #9FA4AF;
}
</style>
<body style="background: #131313; color: white;">
2022-10-23 15:28:50 +03:00
<lottie-player src="/static/image/lottie/lf20_2QSlz3Li88.json" background="transparent" speed="1" loop autoplay></lottie-player>
2022-09-19 02:05:45 +03:00
<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><a style="font-size: 1em;" href="/">General page</a></p>
2022-09-18 19:24:42 +03:00
<script src="/static/scripts/lottie-player.js"></script>
</body>
</html>