added cgi directory to skeleton

This commit is contained in:
gashapwn 2020-11-29 07:26:11 +00:00
parent b44b9f37a5
commit 3b1fd68137

View File

@ -0,0 +1,4 @@
#!/usr/bin/perl
print "Content-type: text/html\n\n";
print "Hello, World.\n";