Repository: qpid-dispatch Updated Branches: refs/heads/master 29f4195fa -> fa13d281d
DISPATCH-602 Added favicon Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/fa13d281 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/fa13d281 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/fa13d281 Branch: refs/heads/master Commit: fa13d281d18c8641a9c6deaea65f9f9507015699 Parents: 29f4195 Author: Ernest Allen <[email protected]> Authored: Thu Jan 5 08:29:50 2017 -0500 Committer: Ernest Allen <[email protected]> Committed: Thu Jan 5 08:29:50 2017 -0500 ---------------------------------------------------------------------- console/stand-alone/favicon-32x32.png | Bin 0 -> 1055 bytes console/stand-alone/index.html | 1 + 2 files changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/fa13d281/console/stand-alone/favicon-32x32.png ---------------------------------------------------------------------- diff --git a/console/stand-alone/favicon-32x32.png b/console/stand-alone/favicon-32x32.png new file mode 100644 index 0000000..bd39a8b Binary files /dev/null and b/console/stand-alone/favicon-32x32.png differ http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/fa13d281/console/stand-alone/index.html ---------------------------------------------------------------------- diff --git a/console/stand-alone/index.html b/console/stand-alone/index.html index cea5316..6f24442 100644 --- a/console/stand-alone/index.html +++ b/console/stand-alone/index.html @@ -37,6 +37,7 @@ under the License. <link rel="stylesheet" href="plugin/css/dispatch.css" type="text/css"/> <link rel="stylesheet" href="plugin/css/site-base.css" type="text/css"/> <link rel="stylesheet" href="https://cdn.rawgit.com/mohsen1/json-formatter/master/dist/json-formatter.min.css" type="text/css"/> + <link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" /> </head> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
