Adding styles.css in HTML head using shiny express #1096
martinlardi
started this conversation in
General
Replies: 2 comments
-
This approach to adding styles assumes that |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to add
<link rel="stylesheet" type="text/css" href="styles.css">
inside of HTML head using shiny.express. How do I do it ?This is the code that I tried :
ui.tags.head(ui.tags.link(rel = "stylesheet", type = "text/css", href = "styles.css"))
It didn't work. it added link inside of HTML body.
Beta Was this translation helpful? Give feedback.
All reactions