powered by
The page which appear when path is wrong.
page404(page = NULL, message404 = NULL)
shiny page style, eg. `div(h1("Not found"))``
message to display at the 404 website
# NOT RUN { page404() # div(h1("Not found")) page404(message404 = "ABC") # div(h1("ABC")) # }
Run the code above in your browser using DataLab