Nothing
# create an icon into input label
underConstruction <- function(Title){
return(
span(
h3(Title),
p(HTML('<img src="pictures/underConstruction_pic.png" align="middle" alt="Page Under Construction">'))
)
)
}
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.