Skip to content
Snippets Groups Projects
Commit 554189c1 authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Merge branch '345-custom-404-site' into 'preview'

Added 404 page

Closes #345

See merge request !631
parents 869312f2 7e8c3806
No related branches found
No related tags found
2 merge requests!640Automated merge from preview to main,!631Added 404 page
{% extends "main.html" %}
{% block content %}
<center><img src="/assets/images/sad_smiley.png" alt="Sad smiley - page not found" width="200" height="200"/></center>
<h3 style="text-align:center">The page you requested could not be found.</h3>
<h3 style="text-align:center">Probably it has been moved, please use the search bar.</h3>
<p style="text-align:center">If you have Javascript disabled, please enable it to see the search bar. </p>
{% endblock %}
doc.zih.tu-dresden.de/tud_theme/assets/images/sad_smiley.png

31.9 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment