index.html: favicon explizit angeben
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Thu, 30 Apr 2015 13:35:40 +0000 (15:35 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Thu, 30 Apr 2015 13:35:40 +0000 (15:35 +0200)
Damit wird verhindert, dass von den Browsern das favicon angefordert wird,
was im Zweifel nicht das im kivitendo-Verzeichnis ist.

index.html

index 5170e1d..71bb766 100644 (file)
@@ -3,6 +3,7 @@
  <head>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   <meta http-equiv="refresh" content="0;URL=controller.pl?action=LoginScreen/user_login">
+  <link rel='shortcut icon' href='favicon.ico' type='image/x-icon'>
  </head>
  <body>
   <a href="controller.pl?action=LoginScreen/user_login">kivitendo-Login</a>