diff options
author | Rob Landley <rob@landley.net> | 2009-09-30 23:30:26 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2009-09-30 23:30:26 -0500 |
commit | 08671ef3e4b6989a62df6dcbd0a6d4880ff0dccd (patch) | |
tree | 5430ab5561d69214374ec0c15a2052b7c092c794 /www/news.html | |
parent | 6f4584958bc299b073ce20801e6184fb1af3baac (diff) | |
download | toybox-08671ef3e4b6989a62df6dcbd0a6d4880ff0dccd.tar.gz |
Remove header/footer includes to prepare for css instead.
Diffstat (limited to 'www/news.html')
-rwxr-xr-x | www/news.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/news.html b/www/news.html index 5a35a09a..18d2de50 100755 --- a/www/news.html +++ b/www/news.html @@ -1,5 +1,3 @@ -<!--#include file="header.html" --> - <h2>Currently implemented commands:</h2> <p> basename, bzcat, cat, catv, chroot, chvt, cksum, count, cp, df, dirname, dmesg, @@ -120,4 +118,3 @@ df, a skeletal toysh, and some library functions. Proof of concept, really.</p> <p><b>September 7, 2006</b> - Project launched, first commit to mercurial archive.</p> -<!--#include file="footer.html" --> |