Nothing
[](https://travis-ci.org/JohnCoene/sever)
[](https://ci.appveyor.com/project/JohnCoene/sever)

[](https://circleci.com/gh/JohnCoene/sever)
[](https://github.com/JohnCoene/sever/actions)
Good-looking problems: customise your Shiny disconnected screen and error messages.
[Docs](https://sever.john-coene.com) | [Get Started](https://sever.john-coene.com/sever/)
Include dependencies with useSever then use the sever function to customise the screen, launch the app and stop the server to see the customised screen.
library(shiny)
library(sever)
ui <- fluidPage(
useSever(), # import dependencies
h1("sever")
)
server <- function(input, output){
sever() # customise
}
shinyApp(ui, server)

Get it from CRAN with:
install.packages("sever")
Install it from Github with:
# install.packages("remotes")
remotes::install_github("JohnCoene/sever")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.