mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2025-02-25 19:51:25 +03:00
added 404 error
This commit is contained in:
parent
23c9f691e5
commit
8a90465b0e
2 changed files with 46 additions and 0 deletions
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…
Add table
Reference in a new issue