diff --git a/tetawebapp/static/images/404.png b/tetawebapp/static/images/404.png index 2752058..2d1f314 100644 Binary files a/tetawebapp/static/images/404.png and b/tetawebapp/static/images/404.png differ diff --git a/tetawebapp/static/styles/tetawebapp.css b/tetawebapp/static/styles/tetawebapp.css index f03d04c..62dc348 100644 --- a/tetawebapp/static/styles/tetawebapp.css +++ b/tetawebapp/static/styles/tetawebapp.css @@ -144,6 +144,7 @@ main > article > h3, main > section.inline > article > h3 { font-size: 30px; color: var(--text-color); + margin-bottom: 10px; } main > article > p, diff --git a/tetawebapp/templates/error.html b/tetawebapp/templates/error.html index 13fa214..9e5c092 100644 --- a/tetawebapp/templates/error.html +++ b/tetawebapp/templates/error.html @@ -4,9 +4,9 @@ {% block main %}

404 - Not found

- 404 - Not found

The page you asked for was not found on this server.
It may has been lost, it may has never existed.
May be we don't care at all...

+ 404 - Not found
{% endblock %}