Starlio-web/404.html

26 lines
941 B
HTML
Raw Normal View History

2022-11-02 13:41:43 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2023-05-27 11:50:04 +03:00
<title>Starlio</title>
2023-07-24 22:45:42 +03:00
<link rel="icon" href="static/image/favicon.png">
2022-11-02 13:41:43 +03:00
<meta name="author" content="Redume">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2023-05-27 11:50:04 +03:00
<link rel="canonical" href="https://starlio.space/">
2022-11-02 13:41:43 +03:00
<link rel="stylesheet" type="text/css" href="static/css/404.css">
</head>
<body>
2023-05-27 11:50:04 +03:00
<lottie-player src="https://assets1.lottiefiles.com/packages/lf20_2QSlz3Li88.json"
background="transparent"
speed="1"
loop
autoplay>
</lottie-player>
2022-11-02 13:41:43 +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>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
</body>
</html>