diff options
author | Rob Landley <rob@landley.net> | 2010-01-05 10:41:52 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2010-01-05 10:41:52 -0600 |
commit | 589f5cdcb7b7ff052c85f9b70dfc6dca692e5934 (patch) | |
tree | bdb5a279184e51640f88d11f814faa796a315c0b /www/design.html | |
parent | b704ad20b42f2711e7f8f924865d0d87609976ad (diff) | |
download | toybox-589f5cdcb7b7ff052c85f9b70dfc6dca692e5934.tar.gz |
Minor web page updates (put header/footer back, add a few <hr> tags).
Diffstat (limited to 'www/design.html')
-rw-r--r-- | www/design.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/design.html b/www/design.html index 0c3815d4..187f4eb2 100644 --- a/www/design.html +++ b/www/design.html @@ -1,3 +1,5 @@ +<!--#include file="header.html" --> + <b><h2>Design goals</h2></b> <p>Toybox should be simple, small, and fast. Often, these things need to be @@ -225,3 +227,5 @@ subtle portability bugs, and to avoid them we specify which one we want by feeding the compiler -funsigned-char.</p> <p>The reason to pick "unsigned" is that way we're 8-bit clean by default.</p> + +<!--#include file="footer.html" --> |