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

feat: favicon and tag title #184

Merged
merged 2 commits into from
Feb 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.