diff --git a/app/static/favicon-16x16.png b/app/static/favicon-16x16.png new file mode 100644 index 0000000..61e6c17 Binary files /dev/null and b/app/static/favicon-16x16.png differ diff --git a/app/static/favicon-32x32.png b/app/static/favicon-32x32.png new file mode 100644 index 0000000..205dce3 Binary files /dev/null and b/app/static/favicon-32x32.png differ diff --git a/app/static/favicon-96x96.png b/app/static/favicon-96x96.png new file mode 100644 index 0000000..844af79 Binary files /dev/null and b/app/static/favicon-96x96.png differ diff --git a/app/static/favicon.ico b/app/static/favicon.ico new file mode 100644 index 0000000..a33ee19 Binary files /dev/null and b/app/static/favicon.ico differ diff --git a/app/templates/base.html b/app/templates/base.html index 5c3af07..bb172d1 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -1,10 +1,23 @@ - + + {% block head %} {% block title %}h4tum CTF Register{% endblock %} + + + + + {% block meta %} + {% block meta_title %}{% endblock %} + {% block meta_description %}{% endblock %} + {% block meta_image %}{% endblock %} + + + {% endblock %} + {% endblock %}
diff --git a/app/templates/dsgvo.html b/app/templates/dsgvo.html index 506ab02..dbb9f06 100644 --- a/app/templates/dsgvo.html +++ b/app/templates/dsgvo.html @@ -1,5 +1,13 @@ {% extends "base.html" %} +{% block title %} + h4tum CTF Register - Datenschutz +{% endblock %} +{% block meta_title %} + + +{% endblock %} + {% block content %}

> Datenschutz

diff --git a/app/templates/impressum.html b/app/templates/impressum.html index 1fcd57b..185c37a 100644 --- a/app/templates/impressum.html +++ b/app/templates/impressum.html @@ -1,5 +1,13 @@ {% extends "base.html" %} +{% block title %} + h4tum CTF Register - Impressum +{% endblock %} +{% block meta_title %} + + +{% endblock %} + {% block content %}