inst/text/shiny/intro_page.R

####################### Intro Page #######################

output$intro_page_ui <- renderUI({
  div(
    fluidRow(
      h2("This is a header"),
      p("This is some text"),
      p(strong("This is some bold text"))
    ) #fluidrow
  ) # div
}) # renderUI
Public-Health-Scotland/phstemplates documentation built on July 16, 2025, 9:08 p.m.