You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!