library(htmltools)
name <- [% name %]
tags$html(
lang = "en",
tags$head(
tags$meta(charset= "UTF-8"),
tags$meta(name = "viewport", content = "width=device-width, initial-scale=1.0"),
tags$link(rel = "stylesheet", href = "static/style.css"),
tags$title("Ambiorix")
),
tags$body(
tags$h1("[% title %]", class = "brand"),
h3("Hi", name)
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.