diff --git a/cgi-bin/hello3.py b/cgi-bin/hello3.py new file mode 100755 index 0000000000000000000000000000000000000000..bbfe5ad7710e6cf5946320734706227f68ac9b39 --- /dev/null +++ b/cgi-bin/hello3.py @@ -0,0 +1,3 @@ +#!/usr/bin/python3 +print("Content-type: text/html\n") +print("Hello, World!") diff --git a/cgi-folder/hello3.py b/cgi-folder/hello3.py new file mode 100755 index 0000000000000000000000000000000000000000..bbfe5ad7710e6cf5946320734706227f68ac9b39 --- /dev/null +++ b/cgi-folder/hello3.py @@ -0,0 +1,3 @@ +#!/usr/bin/python3 +print("Content-type: text/html\n") +print("Hello, World!")