diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2025-09-19 20:18:26 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2025-09-19 20:18:26 +0500 |
| commit | 9597573bc6b319585dddf13e32a7b6a17f379e7e (patch) | |
| tree | b6c531f6c9fd48e5be16fe8ee92941ab3e0ded40 | |
| parent | c61f72876a74e73d37a31a44c1e1a2d86a85a0ac (diff) | |
fix: removed
| -rwxr-xr-x | src/cgi/tags.cgi | 15 |
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 |
