I have a question regarding how to apply colours and layout to all the apps in shiny.
I have all my all saved here:
- /srv/shiny-server/all_apps/
And I have three apps:
- /srv/shiny-server/all_apps/app_1/
- /srv/shiny-server/all_apps/app_2/
- /srv/shiny-server/all_apps/app_3/
I know that if I need to include a CSS file for the app_1, I need to create inside app_1 a www
folder and save the CSS file inside.
But I don't know where I need to save the CSS/HTML files to create a nice interface where the user can select the app that they want. Right now if I go to the following page:
-
/srv/shiny-server/all_apps/
I
I have an ugly first page to select one of the three apps (see below).
Index of /all_apps/
Could anyone help?
Thanks,
Julen