diff options
author | Rob Landley <rob@landley.net> | 2014-01-04 13:09:42 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-01-04 13:09:42 -0600 |
commit | 349ff5297bce51511f3251c5bc2b193ab0b2d07f (patch) | |
tree | 7f5b0f26a113bb9d8307990f5d9c54011b0b6dc2 /www | |
parent | 86cafe1fde7c40625b50433a731bb167934bd8ab (diff) | |
download | toybox-349ff5297bce51511f3251c5bc2b193ab0b2d07f.tar.gz |
Change header and pages so each page has its own title.
Diffstat (limited to 'www')
-rwxr-xr-x | www/about.html | 1 | ||||
-rw-r--r-- | www/cleanup.html | 1 | ||||
-rwxr-xr-x | www/code.html | 1 | ||||
-rwxr-xr-x | www/design.html | 1 | ||||
-rw-r--r-- | www/header.html | 3 | ||||
-rwxr-xr-x | www/license.html | 1 | ||||
-rwxr-xr-x | www/news.html | 1 | ||||
-rwxr-xr-x | www/oldnews.html | 1 | ||||
-rwxr-xr-x | www/roadmap.html | 1 | ||||
-rwxr-xr-x | www/status.html | 1 |
10 files changed, 9 insertions, 3 deletions
diff --git a/www/about.html b/www/about.html index ace499f6..0ce42824 100755 --- a/www/about.html +++ b/www/about.html @@ -1,3 +1,4 @@ +<html><head><title>What is toybox?</title> <!--#include file="header.html" --> <h2><a name="what" />What is ToyBox?</h2> diff --git a/www/cleanup.html b/www/cleanup.html index 998ae09e..4b4f894f 100644 --- a/www/cleanup.html +++ b/www/cleanup.html @@ -1,3 +1,4 @@ +<html><head><title>toybox cleanup</title></head> <!--#include file="header.html" --> <h1>Index</h1> diff --git a/www/code.html b/www/code.html index 725bebdc..64ee98f5 100755 --- a/www/code.html +++ b/www/code.html @@ -1,3 +1,4 @@ +<html><head><title>toybox source code walkthrough</title></head> <!--#include file="header.html" --> <p><h1><a name="style" /><a href="#style">Code style</a></h1></p> diff --git a/www/design.html b/www/design.html index dc0bea21..fc610512 100755 --- a/www/design.html +++ b/www/design.html @@ -1,3 +1,4 @@ +<html><head><title>The design of toybox</title></head> <!--#include file="header.html" --> <b><h2>Design goals</h2></b> diff --git a/www/header.html b/www/header.html index f322728a..37ec81fd 100644 --- a/www/header.html +++ b/www/header.html @@ -1,6 +1,3 @@ -<html> -<head> -<title>toybox</title> </head> <!-- body style="background: url(toycans.png) repeat;" --> <table border=0 cellpadding=0 cellspacing=10> diff --git a/www/license.html b/www/license.html index f53ddc5a..1eb449c5 100755 --- a/www/license.html +++ b/www/license.html @@ -1,3 +1,4 @@ +<html><head><title>Toybox License</title> <!--#include file="header.html" --> <h2>Toybox is licensed under a simple 2-clause MIT/BSD style license:</h2> diff --git a/www/news.html b/www/news.html index 16fe6ee2..df15d2a2 100755 --- a/www/news.html +++ b/www/news.html @@ -1,3 +1,4 @@ +<html><head><title>toybox news</title> <!--#include file="header.html" --> <p>Toybox combines common Linux command line utilities together diff --git a/www/oldnews.html b/www/oldnews.html index 116d4c18..92a5a524 100755 --- a/www/oldnews.html +++ b/www/oldnews.html @@ -1,3 +1,4 @@ +<html><head><title>toybox: old news</title> <!--#include file="header.html" --> <h2>Old News</h2> diff --git a/www/roadmap.html b/www/roadmap.html index e3979709..97988537 100755 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -1,3 +1,4 @@ +<html><head><title>toybox roadmap</title> <!--#include file="header.html" --> <title>Toybox Roadmap</title> diff --git a/www/status.html b/www/status.html index c89727e4..a0653a8c 100755 --- a/www/status.html +++ b/www/status.html @@ -1,3 +1,4 @@ +<html><head><title>toybox current status</title> <!--#include file="header.html" --> <title>Toybox Status</title> |