diff --git a/static/assets/404.webp b/static/assets/404.webp new file mode 100644 index 0000000..d5b3942 Binary files /dev/null and b/static/assets/404.webp differ diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..92b868c --- /dev/null +++ b/templates/404.html @@ -0,0 +1,15 @@ +{% extends "base.html" %} + +{% block title %} Not Found {% endblock title %} + +{% block content %} +
+

+ 404 Not Found +

+ 404 Image + + Go Back Home + +
+{% endblock content %} diff --git a/templates/base.html b/templates/base.html index 05a3651..ffb412f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,7 +6,7 @@ {% block title %}{% endblock title %} - Coolans {% endblock content %}