blob: c4af4dc760585225142b0e4faaf9ceb49c92764c [file] [log] [blame]
#!/usr/bin/perl
# This script relies on its nph- filename to invoke the CGI non-parsed-header facility.
print <<'EOF';
<!DOCTYPE html>
<html>
<body>
<img src="http://127.0.0.1:8080/security/http-0.9/resources/nph-image.pl">
</body>
</html>
EOF