diff options
-rw-r--r-- | funny.html | 84 |
1 files changed, 48 insertions, 36 deletions
@@ -1,20 +1,29 @@ -<!doctype HTML PUBLIC "-//W3O//DTD W3 HTML 3.2//EN"> -<HTML> -<HEAD> -<TITLE>Fetchmail's Funniest Fan Mail</TITLE> -<link rev=made href=mailto:esr@snark.thyrsus.com> -<meta name="description" content="Fetchmail's funniest fan mail."> -<meta name="keywords" content="fetchmail"> -</HEAD> -<BODY> -<table width="100%" cellpadding=0 summary="Canned page header"><tr> -<td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> -<td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 2002/07/28 09:34:32 $ -</tr></table> -<HR> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<title>Fetchmail's Funniest Fan Mail</title> +<link rev="made" href="mailto:esr@snark.thyrsus.com" /> +<meta name="description" +content="Fetchmail's funniest fan mail." /> +<meta name="keywords" content="fetchmail" /> +<style type="text/css"> +/*<![CDATA[*/ + h1.c1 {text-align: center} +/*]]>*/ +</style> +</head> +<body> +<table width="100%" cellpadding="0" summary="Canned page header"> +<tr> +<td width="30%">Back to <a href="index.html">Fetchmail Home Page</a></td> +<td width="30%" align="center">To <a href="/~esr/sitemap.html">Site Map</a></td> +<td width="30%" align="right">$Date: 2002/07/28 09:35:14 $</td> +</tr> +</table> -<H1 ALIGN=CENTER>Fetchmail's Funniest Fan Mail</H1> +<hr /> +<h1 class="c1">Fetchmail's Funniest Fan Mail</h1> <pre> From felix@crowfix.com Wed Jan 8 13:50:03 1997 @@ -30,14 +39,14 @@ FOLLOW! What are you, some kind of nut? - )))) - :::: )))) - :::: )))) - ----- )))) - ----- )))) - :::: )))) - :::: )))) - )))) + )))) + :::: )))) + :::: )))) + ----- )))) + ----- )))) + :::: )))) + :::: )))) + )))) Honestly, I was not expecting it to be so doggone EASY to get it up and running. Sure surprised me! Of course, it hasn't actually @@ -52,17 +61,20 @@ Thanks very very much. I've found a solution to Fermat's Last Theorem but I see I've run out of room o </pre> -<P>(Um, I suppose I should add that he did in fact succeed in getting -fetchmail to retrieve his mail.)</P> +<p>(Um, I suppose I should add that he did in fact succeed in +getting fetchmail to retrieve his mail.)</p> -<hr> -<table width="100%" cellpadding=0 summary="Canned page footer"><tr> -<td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> -<td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 2002/07/28 09:34:32 $ -</tr></table> +<hr /> +<table width="100%" cellpadding="0" summary="Canned page footer"> +<tr> +<td width="30%">Back to <a href="index.html">Fetchmail Home Page</a></td> +<td width="30%" align="center">To <a href="/~esr/sitemap.html">Site Map</a></td> +<td width="30%" align="right">$Date: 2002/07/28 09:35:14 $</td> +</tr> +</table> + +<br clear="left" /> +<address>Eric S. Raymond <esr@snark.thyrsus.com></address> +</body> +</html> -<br clear="left"> -<ADDRESS>Eric S. Raymond <esr@snark.thyrsus.com></ADDRESS> -</BODY> -</HTML> |