How to add the favicon image to a redwood vbcs app
Summary:
Hi Experts
I added below to index.html to a redwood vbcs app but the favicon image is not showing, please help @Vignesh Viswanath-Oracle @Sherif Bashar
<head> <title>Oracle Applications</title> <meta charset="UTF-8" /> <meta content="width=device-width, initial-scale=1" name="viewport" /> <link id="favicon-light" rel="icon" href="resources/images/logo.svg" type="image/svg"> <link id="favicon-dark" rel="icon" href="resources/images/logo.svg" type="image/svg"> <!-- vb:inject id="headContent" theme="resources/css/dt.theme.redwood" --> <script> window.userPreferences = window.userPreferences || {}; window.userPreferences.decimalSeparator = '.'; window.userPreferences.groupingSeparator = ','; </script></head>
Content (please ensure you mask any confidential information):