blob: 1839d44038102622c09b5fd311874ae922924e69 [file] [log] [blame]
#!/usr/bin/perl -wT
use strict;
print "Content-Type: text/html\n\n";
print <<EOF
<html>
<head>
<title>This page does not provide any content length</title>
</head>
<body>
<h1> Link to
<a href="http://webkit.org">WebKit's</a> site.
</h1>
</body>
</html>
EOF