summaryrefslogtreecommitdiff
path: root/share/templates/header.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'share/templates/header.tmpl')
-rw-r--r--share/templates/header.tmpl24
1 files changed, 24 insertions, 0 deletions
diff --git a/share/templates/header.tmpl b/share/templates/header.tmpl
new file mode 100644
index 0000000..b21a200
--- /dev/null
+++ b/share/templates/header.tmpl
@@ -0,0 +1,24 @@
+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>
+$TITLE
+<hr />
+END