I wanted to add a favicon to my WebApp
I'm using this line, but it doesn't work:
HTML("<link rel="icon" type="image/png" href="image.png" />")
inside the ui.R script and outside the shinyUI()
function. Also I have the image.png where the server.R and ui.R are. (I've also tried putting it inside the folder /www )
Do you know how to do it? Thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…