summaryrefslogtreecommitdiffstats
path: root/httpd/cgi-bin/p3p
diff options
context:
space:
mode:
Diffstat (limited to 'httpd/cgi-bin/p3p')
-rwxr-xr-xhttpd/cgi-bin/p3p6
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>
+";
+