#' About
#'
#' Render the about.
#'
#' @inheritParams handler
#'
#' @name views
#' @keywords internal
about_get <- \(req, res) {
res$send(
"About us!"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.