summaryrefslogtreecommitdiff
path: root/www/head.t
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-03-27 09:25:09 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-03-27 09:25:09 +0000
commit554b95aad3189b07d69f0b8fb59fda1932e0ac68 (patch)
tree00a02629ebb27e5b3db46914bad38e105d20972b /www/head.t
parentf883986dd1f89d47c796dc0c1e8e5edf5d9fb16f (diff)
downloadrockbox-554b95aad3189b07d69f0b8fb59fda1932e0ac68.tar.gz
rockbox-554b95aad3189b07d69f0b8fb59fda1932e0ac68.zip
Initial revision
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30 a1c6a512-1295-4272-9138-f99709370657
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