fluidPage(
textInput("name", "What is your name?"),
actionButton("greet", "Greet"),
textOutput("greeting"),
tags$br(),
# consistenly sized box and consistent across OS
tags$div(
id = "custom_div",
style = "width: 100px;height: 100px;"
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.