library(crayon)
cat(green("Success: Operation completed successfully!\n"))
cat(yellow("Warning: Check your input values.\n"))
cat(red("Error: Operation failed.\n"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.