diff options
author | Anselm R.Garbe <arg@10ksloc.org> | 2006-08-10 18:44:19 +0200 |
---|---|---|
committer | Anselm R.Garbe <arg@10ksloc.org> | 2006-08-10 18:44:19 +0200 |
commit | 4ee661d9086f3faa9218cebb53983517bd685222 (patch) | |
tree | 64a4743ef05c1e2a021275b12d04dbd594f9a5bd | |
parent | 9fce8215b7c1b95903adbfd0cb7d6e2822ea063f (diff) | |
download | dwm-4ee661d9086f3faa9218cebb53983517bd685222.tar.gz |
added dwm favicon
-rw-r--r-- | dwm.html | 1 | ||||
-rw-r--r-- | favicon.ico | bin | 0 -> 198 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/dwm.html b/dwm.html index 5eaad91..077bf21 100644 --- a/dwm.html +++ b/dwm.html @@ -4,6 +4,7 @@ <meta name="author" content="Anselm R. Garbe"> <meta name="generator" content="ed"> <meta name="copyright" content="(C)opyright 2006 by Anselm R. Garbe"> + <link rel="dwm icon" href="favicon.ico" type="image/x-icon" /> <style type="text/css"> body { color: #000000; diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..ad54706 --- /dev/null +++ b/favicon.ico Binary files differ |