diff --git a/404.html b/404.html new file mode 100644 index 0000000..57c41e0 --- /dev/null +++ b/404.html @@ -0,0 +1,21 @@ + + + + + EveryNASA + + + + + + + + + + +

Page not found!

+

Sorry, but the page you want to view may have been deleted or moved!

+

General page

+ + + \ No newline at end of file diff --git a/static/css/404.css b/static/css/404.css new file mode 100644 index 0000000..e5989f1 --- /dev/null +++ b/static/css/404.css @@ -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 +} \ No newline at end of file