summaryrefslogtreecommitdiff
path: root/share/templates/minimal/header.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'share/templates/minimal/header.tmpl')
-rw-r--r--share/templates/minimal/header.tmpl22
1 files changed, 0 insertions, 22 deletions
diff --git a/share/templates/minimal/header.tmpl b/share/templates/minimal/header.tmpl
deleted file mode 100644
index 8b20b53..0000000
--- a/share/templates/minimal/header.tmpl
+++ /dev/null
@@ -1,22 +0,0 @@
-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