Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site e91e78942 -> 93b7ceaf2
Fix the favicon. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/93b7ceaf Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/93b7ceaf Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/93b7ceaf Branch: refs/heads/asf-site Commit: 93b7ceaf2968eb58a1e69f5e67714e455ca8643d Parents: e91e789 Author: JamesBognar <[email protected]> Authored: Fri Oct 6 09:24:07 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Fri Oct 6 09:24:07 2017 -0400 ---------------------------------------------------------------------- content/index.html | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/93b7ceaf/content/index.html ---------------------------------------------------------------------- diff --git a/content/index.html b/content/index.html index 809b5ad..714e030 100644 --- a/content/index.html +++ b/content/index.html @@ -1,6 +1,13 @@ <!DOCTYPE html> <html> <head> + <link rel="icon" type="image/png" href="http://www.apache.org/favicons/favicon-32x32.png" sizes="32x32"> + <link rel="icon" type="image/png" href="http://www.apache.org/favicons/favicon-194x194.png" sizes="194x194"> + <link rel="icon" type="image/png" href="http://www.apache.org/favicons/favicon-96x96.png" sizes="96x96"> + <link rel="icon" type="image/png" href="http://www.apache.org/favicons/android-chrome-192x192.png" sizes="192x192"> + <link rel="icon" type="image/png" href="http://www.apache.org/favicons/favicon-16x16.png" sizes="16x16"> + <link rel="shortcut icon" href="http://www.apache.org/favicons/favicon.ico"> + <meta name="description" content="Apache Juneau Universal Serialization and REST API Library" /> <meta name="keywords" content="Apache Juneau,Apache,Juneau,REST,JSON,HTML,XML,MessagePack,Java,UON,urlencoding,Swagger,Jackson,SOAP,ATOM,Cognos,INI,Jena,CSV,JSON-Schema,XML-Schema,Servlet,JAX-RS,JAXRS,JAX-WS,JAXWS,bean" /> <title>Apache Juneau Universal Serialization and REST API Library</title>
