reinvent the wheel

This commit is contained in:
2025-07-23 01:37:37 +02:00
commit 414b8be261
6 changed files with 111 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
echo "Content-Type: text/html"
echo ""
echo "<h1>Busybox HTTPD SH Server</h1>"
echo "<p>For total control, scripts like this (/index.sh) can be written.</p>"
echo "<p>A demo of a more template-like page is at <a href="cgiinfo.html">cgiinfo.html</a></p>"