diff options
author | Adam Young <ayoung@redhat.com> | 2011-02-03 14:45:04 -0500 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-02-03 15:04:23 -0500 |
commit | ff646ec3a428647cac8fa9304a5695c7f29456a2 (patch) | |
tree | f274de7dc788ff754337fab114f27f6eb2f86268 | |
parent | ce995bf1b9f8a94cb298a6b1e60e77689a62cc7d (diff) | |
download | freeipa-ff646ec3a428647cac8fa9304a5695c7f29456a2.tar.gz freeipa-ff646ec3a428647cac8fa9304a5695c7f29456a2.tar.xz freeipa-ff646ec3a428647cac8fa9304a5695c7f29456a2.zip |
favicon
adds a favicon that is the freeipa cube
-rw-r--r-- | install/ui/favicon.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | install/ui/index.html | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/favicon.ico b/install/ui/favicon.ico Binary files differnew file mode 100644 index 000000000..f318f6162 --- /dev/null +++ b/install/ui/favicon.ico diff --git a/install/ui/index.html b/install/ui/index.html index 8d83f3627..e3205d69f 100644 --- a/install/ui/index.html +++ b/install/ui/index.html @@ -44,6 +44,7 @@ <link rel="stylesheet" type="text/css" href="jquery-ui.css" /> <link rel="stylesheet" type="text/css" href="ipa.css" /> + <link rel="icon" type="image/ico" href="favicon.ico"> </head> <body> |