diff options
author | Rob Landley <rob@landley.net> | 2007-01-31 11:57:08 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-01-31 11:57:08 -0500 |
commit | ad8287d59cbc8ad0ae0c9538ab395fa5a16cd58a (patch) | |
tree | cdafc25dfdb21bef03737aa6b4739188b296f38c /www/header.html | |
parent | 15406bbe98556a2109f983f1bccc0ac90632d0e0 (diff) | |
download | toybox-ad8287d59cbc8ad0ae0c9538ab395fa5a16cd58a.tar.gz |
Move download->downloads (be consistent) and add a skeletal index bar along
the left (copied from firmware linux, half the tabs go nowhere).
Diffstat (limited to 'www/header.html')
-rw-r--r-- | www/header.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/www/header.html b/www/header.html new file mode 100644 index 00000000..1f22b277 --- /dev/null +++ b/www/header.html @@ -0,0 +1,33 @@ +<html> +<head> +<title>toybox</title> +</head> +<body> +<table border=0 cellpadding=0 cellspacing=0> +<tr><td> + <table border=0 cellspacing=1 cellpadding=4> + <tr><td><h1>toybox</h1></td></tr> + </table> +</td></tr> + +<tr><td valign=top> + <b>About</b> + <ul> + <li><a href="index.html">News</a></li> + <li><a href="about.html">What is it?</a></li> + <li><a href="design.html">Design Docs</a></li> + </ul> + <b>Download</b> + <ul> + <li><a href="/hg/toybox">Mercurial Repository</a></li> + <li><a href="downloads">Release Tarballs</a></li> + </ul> + <b>Development</b> + <ul> + <li><a href="/notes.html">Maintainer's Log</a></li> + <li><a href="http://www2.them.com:8080/cgi-bin/mailman/listinfo/toybox">Mailing List</a></li> + </ul> +</td> + +<td valign=top> + |