diff options
author | PeterTheOne <petertheone@gmail.com> | 2015-07-31 19:29:43 (GMT) |
---|---|---|
committer | PeterTheOne <petertheone@gmail.com> | 2015-07-31 19:29:43 (GMT) |
commit | 09d092bbae3009f0febf4277c65ba50abd05742f (patch) | |
tree | 3cd8c6d1dfa283c99974112b25d0412771c88fe5 | |
parent | 9bcb5485f8a47358463e2d3fc4bf45c567163d7a (diff) |
add favicon
-rw-r--r-- | www/img/favicon.ico | bin | 0 -> 2734 bytes | |||
-rw-r--r-- | www/index.html | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/www/img/favicon.ico b/www/img/favicon.ico Binary files differnew file mode 100644 index 0000000..d8432d4 --- /dev/null +++ b/www/img/favicon.ico diff --git a/www/index.html b/www/index.html index e4a462d..5343b90 100644 --- a/www/index.html +++ b/www/index.html @@ -7,6 +7,7 @@ <meta name="description" content="Importtool for Radio Helsinki"> <meta name="author" content="Christian Pointner <equinox@helsinki.at>"> + <link rel="shortcut icon" href="/img/favicon.ico" /> <link href="/javascript/twitter-bootstrap/css/bootstrap.css" rel="stylesheet"> <link href="/styles/auth.css" rel="stylesheet"> <link href="/styles/shows.css" rel="stylesheet"> |