aboutsummaryrefslogtreecommitdiff
path: root/www/design.html
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2010-01-05 10:41:52 -0600
committerRob Landley <rob@landley.net>2010-01-05 10:41:52 -0600
commit589f5cdcb7b7ff052c85f9b70dfc6dca692e5934 (patch)
treebdb5a279184e51640f88d11f814faa796a315c0b /www/design.html
parentb704ad20b42f2711e7f8f924865d0d87609976ad (diff)
downloadtoybox-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.html4
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" -->