Skip to content

Commit

Permalink
Add metadata keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
klau506 committed Mar 21, 2024
1 parent 98934a2 commit 4360df7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion inst/rfasstui/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ fluidPage(theme = shinythemes::shinytheme("readable"),
# Loads the custom.css file that contains custom styles and overwrites some built in styles
tags$head
(
tags$link(rel = "stylesheet", type = "text/css", href = "style.css")
tags$link(rel = "stylesheet", type = "text/css", href = "style.css"),
tags$meta(name = "keywords", content = "shiny, R, data visualization, SSPs, rfasst, air pollution, health, agriculture,
economy, damages, impacts, climate change, ui, user interface, bc3, bc3lc")
),
shinyjs::useShinyjs(),

Expand Down

0 comments on commit 4360df7

Please sign in to comment.