commit e9f240f6a94fc8ccc9a0d7e31f8bbf27b95669c7 Author: Karsten Loesing karsten.loesing@gmx.net Date: Mon Mar 12 12:18:41 2012 +0100
Add favicon. --- web/favicon.ico | Bin 0 -> 1150 bytes web/index.html | 1 + 2 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/web/favicon.ico b/web/favicon.ico new file mode 100644 index 0000000..48060b1 Binary files /dev/null and b/web/favicon.ico differ diff --git a/web/index.html b/web/index.html index ff781f6..001a79e 100755 --- a/web/index.html +++ b/web/index.html @@ -4,6 +4,7 @@ <title>Onionoo — a Tor network status protocol</title> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <link href="css/stylesheet-ltr.css" type="text/css" rel="stylesheet"> +<link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"> </head> <body> <h3>Onionoo protocol overview</h3>
tor-commits@lists.torproject.org