summaryrefslogtreecommitdiff
path: root/www/head.t
diff options
context:
space:
mode:
Diffstat (limited to 'www/head.t')
-rw-r--r--www/head.t25
1 files changed, 25 insertions, 0 deletions
diff --git a/www/head.t b/www/head.t
new file mode 100644
index 0000000000..a0fab05043
--- /dev/null
+++ b/www/head.t
@@ -0,0 +1,25 @@
1#define BGCOLOR "#99ccff"
2#define TITLE(_x) <h1>_x</h1>
3
4<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
5<html>
6<head>
7#ifdef _PAGE_
8<title>Rockbox - _PAGE_</title>
9#else
10<title>Rockbox</title>
11#endif
12<meta name="author" content="Björn Stenberg, in Emacs">
13#ifndef _PAGE_
14<meta name="keywords" content="bjorn,stenberg,computer,programming,mtb,stockholm,software,sms,byta,bostad">
15#endif
16</head>
17<body bgcolor=BGCOLOR text="black" link="blue" vlink="purple" alink="red">
18#ifdef _LOGO_
19_LOGO_
20#else
21<a href="/rockbox/"><img align="right" src="/rockbox/rockbox100.png" width=99 height=30></a>
22
23TITLE(_PAGE_)
24#endif
25