diff options
author | koike <koike@localhost> | 2000-07-10 20:02:01 +0000 |
---|---|---|
committer | koike <koike@localhost> | 2000-07-10 20:02:01 +0000 |
commit | 3d0a80d2357e631a164ec64a501772b4f97ad043 (patch) | |
tree | f3dfd7986155017ef8af8147f6dabdd63915abac | |
parent | 86a2f961ea753f21df3f2bc25399bd5e9cf333fa (diff) | |
download | markup-validator-3d0a80d2357e631a164ec64a501772b4f97ad043.zip markup-validator-3d0a80d2357e631a164ec64a501772b4f97ad043.tar.gz markup-validator-3d0a80d2357e631a164ec64a501772b4f97ad043.tar.bz2 |
new test
-rwxr-xr-x | httpd/cgi-bin/p3p | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httpd/cgi-bin/p3p b/httpd/cgi-bin/p3p new file mode 100755 index 0000000..5e272fd --- /dev/null +++ b/httpd/cgi-bin/p3p @@ -0,0 +1,6 @@ +#! perl +print "Content-type: text/html + +<html><body>koike</body></html> +"; + |