diff --git a/web_dev/header.html b/web_dev/header.html deleted file mode 100644 index f8f993e..0000000 --- a/web_dev/header.html +++ /dev/null @@ -1,129 +0,0 @@ - diff --git a/web_dev/search_icon.png b/web_dev/sas_web/static/public/images/search_icon.png similarity index 100% rename from web_dev/search_icon.png rename to web_dev/sas_web/static/public/images/search_icon.png diff --git a/web_dev/sas_web/templates/public/base.html b/web_dev/sas_web/templates/public/base.html index 08f5b5d..c73cd0e 100644 --- a/web_dev/sas_web/templates/public/base.html +++ b/web_dev/sas_web/templates/public/base.html @@ -1,8 +1,16 @@ {% load static %} - + + + + {% include "public/header.html" %} -{% block content %} -{% endblock %} + {% block content %} + {% endblock %} + +

Ende Gelände!

+ + + + -

Impressum: N.H (der ist für alles hier verantwortlich)

diff --git a/web_dev/sas_web/templates/public/header.html b/web_dev/sas_web/templates/public/header.html new file mode 100644 index 0000000..25f4ee5 --- /dev/null +++ b/web_dev/sas_web/templates/public/header.html @@ -0,0 +1,131 @@ +{% load static %} + +