This is an ongoing stream of exclusively textual posts (more information at streams.gerstein.info)
02 March 2008
Simple Ex of HTML to create a forwarding webpage
<html> <head> <title>Redirecting...</title> <meta http-equiv="Refresh" content="0; URL=http://outbox.gerstein.info/" > </head> <body> Click <a href="http://outbox.gerstein.info/">here</a> if you are not for warded immediately. </body> </html>