9 lines
266 B
Bash
9 lines
266 B
Bash
#!/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>"
|