Hello...
I'd like to know where can I put my .css file and how can I call it. I'm trying like this, with no success:
(in ui.R) :
fluidPage(
tags$link(rel = "stylesheet", type="text/css", href="www/styles.css"),
h1("This is my app title!", align = "center")
)
With www folder in the same level as ui.R file.