Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
feat: favicon and tag title (#184)
Browse files Browse the repository at this point in the history
* feat: favicon and tag title

* feat: favicon and tag title for admin
  • Loading branch information
RadovanTomik authored Feb 10, 2023
1 parent 3546897 commit d512c5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/main/webapp/admin/default.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
>

<h:head>
<title><ui:insert name="title">BBMRI.negotiator</ui:insert></title>
<title><ui:insert name="title">BBMRI Negotiator ADMIN</ui:insert></title>
<link rel="shortcut icon" type="image/x-icon" href="https://i0.wp.com/www.bbmri-eric.eu/wp-content/uploads/2016/06/cropped-favicon.png?fit=32%2C32"/>
<link rel="icon" type="image/x-icon" href="https://i0.wp.com/www.bbmri-eric.eu/wp-content/uploads/2016/06/cropped-favicon.png?fit=32%2C32"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<!-- Always force latest IE rendering engine or request Chrome Frame -->
Expand Down
4 changes: 3 additions & 1 deletion src/main/webapp/components/default.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
>

<h:head>
<title><ui:insert name="title">BBMRI.negotiator</ui:insert></title>
<title><ui:insert name="title">BBMRI Negotiator</ui:insert></title>
<link rel="shortcut icon" type="image/x-icon" href="https://i0.wp.com/www.bbmri-eric.eu/wp-content/uploads/2016/06/cropped-favicon.png?fit=32%2C32"/>
<link rel="icon" type="image/x-icon" href="https://i0.wp.com/www.bbmri-eric.eu/wp-content/uploads/2016/06/cropped-favicon.png?fit=32%2C32"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<!-- Always force latest IE rendering engine or request Chrome Frame -->
Expand Down
Binary file added src/main/webapp/resources/images/favicon.ico
Binary file not shown.

0 comments on commit d512c5e

Please sign in to comment.