diff options
author | Rob Landley <rob@landley.net> | 2007-03-12 11:02:04 -0400 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-03-12 11:02:04 -0400 |
commit | b90926aafa136c2545703a5f94e769b7e16b3a7e (patch) | |
tree | 82397aed1df16bcf450837320757bf6e9f9ba821 /www/header.html | |
parent | 3caedb79bc161b41a6a8addeaf1d7feb0ebb2b10 (diff) | |
download | toybox-b90926aafa136c2545703a5f94e769b7e16b3a7e.tar.gz |
Add web page background image and check in some half-finished ext2
documentation.
Diffstat (limited to 'www/header.html')
-rw-r--r-- | www/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/header.html b/www/header.html index 1f22b277..eeda4aa5 100644 --- a/www/header.html +++ b/www/header.html @@ -2,7 +2,7 @@ <head> <title>toybox</title> </head> -<body> +<body style="background: url(toycans.png) repeat;"> <table border=0 cellpadding=0 cellspacing=0> <tr><td> <table border=0 cellspacing=1 cellpadding=4> |