diff options
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" --> |