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/footer.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/footer.html')
-rw-r--r-- | www/footer.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/footer.html b/www/footer.html new file mode 100644 index 00000000..546f63b8 --- /dev/null +++ b/www/footer.html @@ -0,0 +1,7 @@ +</td></tr></table> +<hr /> +<table width="100%"> +<tr><td>Copyright 2006 Rob Landley <rob@landley.net></td></tr> +</table> +</body> +</html> |