blob: 5007f0f3eaeb8a28b14047f089ba8193669aa284 [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>
<embed type="application/x-webkit-test-netscape">Plugin did not load.</embed>
</body>
</html>
EOF