http.sh/src/response/404.sh

5 lines
117 B
Bash
Raw Normal View History

2020-05-23 22:13:11 +02:00
printf "HTTP/1.0 404 Not Found
${cfg[extra_headers]}\r\n\r\n"
source templates/head.sh
echo "<h1>404 Not Found</h1>"