mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-06 01:13:57 +03:00
added 404 error
This commit is contained in:
parent
23c9f691e5
commit
8a90465b0e
2 changed files with 46 additions and 0 deletions
21
404.html
Normal file
21
404.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>EveryNASA</title>
|
||||
<link rel="icon" href="static/image/favicon.png" type="">
|
||||
|
||||
<meta name="author" content="Redume">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link rel="canonical" href="https://everynasa.space/">
|
||||
<link rel="stylesheet" type="text/css" href="static/css/404.css">
|
||||
</head>
|
||||
<body>
|
||||
<lottie-player src="https://assets1.lottiefiles.com/packages/lf20_2QSlz3Li88.json" background="transparent" speed="1" loop autoplay></lottie-player>
|
||||
<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>
|
25
static/css/404.css
Normal file
25
static/css/404.css
Normal file
|
@ -0,0 +1,25 @@
|
|||
body {
|
||||
background: #131313;
|
||||
color: white;
|
||||
}
|
||||
|
||||
* {
|
||||
line-height: 1.2;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
lottie-player {
|
||||
margin: 0 auto;
|
||||
width: 300px; height: 300px;
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: sans-serif;
|
||||
text-align: center;
|
||||
margin: 0.4% auto;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #98e9e8
|
||||
}
|
Loading…
Reference in a new issue