fluidPage(
fluidRow(
p('UI files can contain any valid Shiny UI code.'),
p('This page is a fluidPage with a fluidRow and p tags'),
p('This static UI file doesn\'t need a corresponding server file.')
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.