diff options
author | Rob Landley <rob@landley.net> | 2008-01-05 18:09:49 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2008-01-05 18:09:49 -0600 |
commit | e258af3efa2a89b80cbe330a300ffedcc2aed707 (patch) | |
tree | 8a0b6fa8055e1dc65bfd23bf398fe5aad88ce212 /www/header.html | |
parent | daa1d3cb547ba011aae449dfded417ac37329d03 (diff) | |
download | toybox-e258af3efa2a89b80cbe330a300ffedcc2aed707.tar.gz |
Update web pages.
Diffstat (limited to 'www/header.html')
-rw-r--r-- | www/header.html | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/www/header.html b/www/header.html index 6b714b24..7c883df2 100644 --- a/www/header.html +++ b/www/header.html @@ -3,18 +3,15 @@ <title>toybox</title> </head> <body style="background: url(toycans.png) repeat;"> -<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> +<table border=0 cellpadding=0 cellspacing=10> <tr><td valign=top> + <h1>toybox</h1> + <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="about.html">What is toybox?</a></li> <li><a href="design.html">Design Docs</a></li> <li><a href="code.html">Source walkthrough</a></li> <li><a href="todo.txt">TODO list</a></li> |