#! /usr/bin/perl -w
use strict;

print "Content-type: text/html; charset=utf-8\n";
print "\n";

print <<PAGE;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Sign Up Page Moved</title>
<link rel="stylesheet" href="/signup-style.css" type="text/css"/>
</head>
<body>
<div id="container">
<div id="header"></div>
<div id="message">
<h1>Our Sign Up Page Has Moved</h1>
<p><font face="Arial">For new link <h4><A HREF="mailto:barb\@letterville.com">E-Mail Barb!</A></H4>
</div>
</div>
</body>
</html>
PAGE
