added 404 error

This commit is contained in:
Данил 2022-11-02 13:41:43 +03:00
parent 23c9f691e5
commit 8a90465b0e
2 changed files with 46 additions and 0 deletions

25
static/css/404.css Normal file
View 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
}