summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/cgi/tags.cgi15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/cgi/tags.cgi b/src/cgi/tags.cgi
deleted file mode 100755
index 7c18c8c..0000000
--- a/src/cgi/tags.cgi
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-echo "Content-Type: text/html"
-echo ""
-
-echo "<!DOCTYPE html>"
-echo "<html><head><meta charset='utf-8'><title>Привет</title></head><body>"
-echo "<h1>Привет из CGI на Bash!</h1>"
-
-# Показать переменные окружения (например QUERY_STRING)
-echo "<pre>"
-env
-echo "</pre>"
-
-echo "</body></html>" \ No newline at end of file