summaryrefslogtreecommitdiff
path: root/share/templates/default/header.tmpl
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2014-02-16 12:20:53 +0100
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2014-02-16 12:20:53 +0100
commita0f45c9e97570bea83001c8106b5847723e8a863 (patch)
treec914acb0020adeb0c993e7b24358f74ff4b1f746 /share/templates/default/header.tmpl
parent6ed44b35ccf07ac02790ef9b7cb15104e4612b40 (diff)
move templates into sub directory
Diffstat (limited to 'share/templates/default/header.tmpl')
-rw-r--r--share/templates/default/header.tmpl24
1 files changed, 24 insertions, 0 deletions
diff --git a/share/templates/default/header.tmpl b/share/templates/default/header.tmpl
new file mode 100644
index 0000000..b21a200
--- /dev/null
+++ b/share/templates/default/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