|
|
@@ -2,7 +2,9 @@ |
|
|
|
|
|
|
|
|
<html> |
|
|
<html> |
|
|
<head> |
|
|
<head> |
|
|
<link rel="shortcut icon" type="image/x-icon" href="{% static "public/images/favicon.ico" %}"> |
|
|
|
|
|
|
|
|
<link rel="shortcut icon" type="image/png" href="{% static "public/images/favicon-16x16.png" %}"> |
|
|
|
|
|
<link rel="shortcut icon" type="image/png" href="{% static "public/images/favicon-32x32.png" %}"> |
|
|
|
|
|
<link rel="shortcut icon" type="image/png" href="{% static "public/images/favicon-64x64.png" %}"> |
|
|
<title> |
|
|
<title> |
|
|
{% if appname == "startpage" %}Startseite - {% endif %} |
|
|
{% if appname == "startpage" %}Startseite - {% endif %} |
|
|
{% if appname == "datenbank" %}Datenbank - {% endif %} |
|
|
{% if appname == "datenbank" %}Datenbank - {% endif %} |
|
|
|