diff options
author | ben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-07-28 15:20:15 +0000 |
---|---|---|
committer | ben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-07-28 15:20:15 +0000 |
commit | df603dea981167d87cea6efb377769140565c56a (patch) | |
tree | 711cf13d35e2084be9d042b19fe112f2f50ac9c3 /www | |
parent | ddb041c60dc9e4148178e781df99194da522b89d (diff) |
favicon.png -> favicon.ico
git-svn-id: https://svn.neo-layout.org@700 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | www/baustelleninfos.html | 2 | ||||
-rw-r--r-- | www/benutzerhandbuch.html | 2 | ||||
-rw-r--r-- | www/download.html | 2 | ||||
-rw-r--r-- | www/einfuehrung.html | 2 | ||||
-rw-r--r-- | www/favicon.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | www/favicon.png | bin | 517 -> 0 bytes | |||
-rw-r--r-- | www/index.html | 2 | ||||
-rw-r--r-- | www/links.html | 2 | ||||
-rw-r--r-- | www/vorlage.html | 2 |
9 files changed, 7 insertions, 7 deletions
diff --git a/www/baustelleninfos.html b/www/baustelleninfos.html index 2945c0d..b5456cf 100644 --- a/www/baustelleninfos.html +++ b/www/baustelleninfos.html @@ -5,7 +5,7 @@ <head> <title>Neo – Neues Deutsches Tastaturlayout</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> - <link rel="shortcut icon" href="./favicon.png"> + <link rel="shortcut icon" href="./favicon.ico"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> diff --git a/www/benutzerhandbuch.html b/www/benutzerhandbuch.html index dc22b1a..e23d3c8 100644 --- a/www/benutzerhandbuch.html +++ b/www/benutzerhandbuch.html @@ -5,7 +5,7 @@ <head> <title>Neo – Neues Deutsches Tastaturlayout</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -<link rel="shortcut icon" href="./favicon.png"> +<link rel="shortcut icon" href="./favicon.ico"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> diff --git a/www/download.html b/www/download.html index 3e02191..be450c0 100644 --- a/www/download.html +++ b/www/download.html @@ -5,7 +5,7 @@ <head> <title>Neo – Neues Deutsches Tastaturlayout</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -<link rel="shortcut icon" href="./favicon.png"> +<link rel="shortcut icon" href="./favicon.ico"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> diff --git a/www/einfuehrung.html b/www/einfuehrung.html index ec2f1df..c8cf5ce 100644 --- a/www/einfuehrung.html +++ b/www/einfuehrung.html @@ -5,7 +5,7 @@ <head> <title>Neo – Neues Deutsches Tastaturlayout</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -<link rel="shortcut icon" href="./favicon.png"> +<link rel="shortcut icon" href="./favicon.ico"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> diff --git a/www/favicon.ico b/www/favicon.ico Binary files differnew file mode 100644 index 0000000..3bf9ffc --- /dev/null +++ b/www/favicon.ico diff --git a/www/favicon.png b/www/favicon.png Binary files differdeleted file mode 100644 index 38213be..0000000 --- a/www/favicon.png +++ /dev/null diff --git a/www/index.html b/www/index.html index 29d321b..dbde310 100644 --- a/www/index.html +++ b/www/index.html @@ -5,7 +5,7 @@ <head> <title>Neo – Neues Deutsches Tastaturlayout</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> - <link rel="shortcut icon" href="./favicon.png"> + <link rel="shortcut icon" href="./favicon.ico"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> diff --git a/www/links.html b/www/links.html index 72bd11a..d4a26e3 100644 --- a/www/links.html +++ b/www/links.html @@ -5,7 +5,7 @@ <head> <title>Neo – Neues Deutsches Tastaturlayout</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -<link rel="shortcut icon" href="./favicon.png"> +<link rel="shortcut icon" href="./favicon.ico"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> diff --git a/www/vorlage.html b/www/vorlage.html index ef17d44..acac9ca 100644 --- a/www/vorlage.html +++ b/www/vorlage.html @@ -5,7 +5,7 @@ <head> <title>Neo – Neues Deutsches Tastaturlayout</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -<link rel="shortcut icon" href="./favicon.png"> +<link rel="shortcut icon" href="./favicon.ico"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> |