diff options
author | Christian Franke <nobody@nowhere.ws> | 2011-03-31 13:25:21 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2011-03-31 13:25:21 +0200 |
commit | 4d3b16280418a265a91a3d8c19ab1c7dd7bbbac1 (patch) | |
tree | 5b07cd591b5dba8360211afcbab899d776176d32 | |
parent | fd7b3b0f017eb8206914b0d614615f46d882bf72 (diff) |
Add favicon
-rw-r--r-- | public/img/favicon.png | bin | 0 -> 571 bytes | |||
-rw-r--r-- | template/template.html | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/public/img/favicon.png b/public/img/favicon.png Binary files differnew file mode 100644 index 0000000..07e3688 --- /dev/null +++ b/public/img/favicon.png diff --git a/template/template.html b/template/template.html index 0c04b2d..6fd795d 100644 --- a/template/template.html +++ b/template/template.html @@ -21,7 +21,7 @@ <link rel="stylesheet" href="css/taifun.status.css" type="text/css"> <link rel="stylesheet" href="css/trieste.status.css" type="text/css"> <link rel="stylesheet" href="css/nautilus.status.css" type="text/css"> - + <link rel="shortcut icon" href="img/favicon.png"> </head> <body> |