summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xenvtest.pl6
-rw-r--r--index.html10
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>