be a little more descriptive

This commit is contained in:
Neale Pickett 2012-02-22 13:43:35 -06:00
parent 1fc2574edd
commit 657b7b35dc
3 changed files with 14 additions and 0 deletions

View File

@ -10,6 +10,14 @@ Title: Home
<input type="submit" value="Read Email" />
</form>
<!--
ssh fingerprint for woozle.org: 63:ac:b0:e9:ee:9f:a9:4f:55:0a:4a:42:5d:45:47:06
-->
Woozle.org provides shells, email, and web hosting for no cost,
without advertisements, and with a focus on security. Accounts are
held by folks who know the right person to ask.
3 Feb: Web Server Change
------------------------

View File

@ -2,6 +2,8 @@
echo 'Title: People'
echo
echo 'The following people have made public homepages:'
echo
ls /home/*/public_html/index.html | while read fn; do
a=${fn#/home/}

View File

@ -53,6 +53,10 @@ h1 {
border-bottom: 1px solid #ddd;
}
h2 {
font-size: 115%;
}
.login {
margin: 0 1em;