Description Usage Arguments Details Examples
Convenience functions to print some simple HTML
| 1 2 3 4 5 | 
| title | Page title. | 
| refresh | Number of seconds after which the page should refresh from the server. | 
| text | Text of the submit button. | 
header prints an HTML header with an optional title and refresh time.
footer prints the corresponding footer.
next_form prints a simple HTML form with a single submit button. NB: do
not use next_form within your own <form> tags. That will cause malformed
HTML and break your web page. Instead just do it yourself:
"<input type='submit' value='Next'>"
| 1 2 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.