diff options
Diffstat (limited to 'share/templates-minimal/header.tmpl')
| -rw-r--r-- | share/templates-minimal/header.tmpl | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/share/templates-minimal/header.tmpl b/share/templates-minimal/header.tmpl new file mode 100644 index 0000000..8b20b53 --- /dev/null +++ b/share/templates-minimal/header.tmpl @@ -0,0 +1,22 @@ +cat <<END +<html> +<head> +<title>$TITLE</title> +<style type="text/css"> + body { + background-color: #000000; + color: #FFFFFF; + font-family: verdana, sans-serif; + } + a { + color: #FFFFFF; + } + hr { + color: #FFFFFF; + background-color: #FFFFFF; + height: 1px; + } +</style> +</head> +<body> +END |
