diff options
author | cflip <cflip@cflip.net> | 2023-06-01 10:24:46 -0600 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2023-06-01 10:24:46 -0600 |
commit | ff0c20e0828a204222b6c535605cf00d796a1e1b (patch) | |
tree | f43d884a5599ef243145031543f86e91a4c8ce02 | |
parent | 835e4bee6035cdc9759c73fe1d22b37775a7ea6d (diff) |
Remove extra test files
-rwxr-xr-x | envtest.pl | 6 | ||||
-rw-r--r-- | index.html | 10 |
2 files changed, 0 insertions, 16 deletions
diff --git a/envtest.pl b/envtest.pl deleted file mode 100755 index 4cd5e8d..0000000 --- a/envtest.pl +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/perl -print "Content-Type: text/plain\n\n"; -foreach (sort keys %ENV) { - print "$_: $ENV{$_}\n"; -} -1; diff --git a/index.html b/index.html deleted file mode 100644 index 855971c..0000000 --- a/index.html +++ /dev/null @@ -1,10 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <title>Welcome to cfws!</title> - </head> - <body> - <h1>Welcome to cfws!</h1> - <p>This page is being served from the filesystem!</p> - </body> -</html> |