powered by
The page which appear when path is wrong.
page404(page = NULL, message404 = NULL)
shiny page style, e.g. shiny::tags$div(h1("Not found"))
shiny::tags$div(h1("Not found"))
message to display at the 404 website
page404() # shiny::tags$div(h1("Not found")) page404(message404 = "ABC") # shiny::tags$div(h1("ABC"))
Run the code above in your browser using DataLab