diff --git a/web-app/django/VIM/static/css/404.css b/web-app/django/VIM/static/css/404.css new file mode 100644 index 0000000..cd9fe7a --- /dev/null +++ b/web-app/django/VIM/static/css/404.css @@ -0,0 +1,17 @@ +.content-container { + height: 80vh; +} + +#bg-404 { + height: 25vh; +} + +.content-container h1 { + color: #435334; + font-size: 2rem; +} + +.content-container p { + font-size: 1.5rem; + color: #435334; +} diff --git a/web-app/django/VIM/static/images/404.svg b/web-app/django/VIM/static/images/404.svg new file mode 100644 index 0000000..51ed650 --- /dev/null +++ b/web-app/django/VIM/static/images/404.svg @@ -0,0 +1,698 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Layer 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web-app/django/VIM/templates/404.html b/web-app/django/VIM/templates/404.html index 19eed59..e190f88 100644 --- a/web-app/django/VIM/templates/404.html +++ b/web-app/django/VIM/templates/404.html @@ -1,13 +1,32 @@ {% extends "base.html" %} +{% load static %} + +{% block title %} + Page Not Found +{% endblock title %} + +{% block css_files %} + +{% endblock css_files %} + {% block content %} -
-
-
-

404

-
Page not found
-
-

We couldn't find a page at this address.

+
+
+
+
+ 404 decoration +
+
+
+
+

Page not found

+
+
+
+
+

We couldn't find a page at this address.

+