13 lines
No EOL
362 B
JSON
13 lines
No EOL
362 B
JSON
{
|
|
// Output Filename Scheme - eg. HTTP500.html
|
|
"scheme": "HTTP%code%.html",
|
|
|
|
// Page title (HTML not allowed)
|
|
"pagetitle": "We've got some trouble | %code% - %title%",
|
|
|
|
// Footer content (HTML Allowed)
|
|
"footer": "Tech Contact <a href=\"mailto:info@example.org\">info@example.org</a>",
|
|
|
|
// additional vars
|
|
"myvar" : "Hello World"
|
|
} |