Unverified Commit ae3c86ee authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Font

parent 893c96b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ for pid in $(pidof -x $script_name); do
done

# Serve the page
HTML="<HTML><BODY><H1><CENTER>$2</CENTER></H1></BODY></HTML>"
HTML="<HTML><HEAD><STYLE>body {  color: white; background-color: lightblue; } </STYLE></HEAD><BODY><H1><CENTER>$2</CENTER></H1></BODY></HTML>"
LENGTH=$(echo "$HTML" | wc -c);

RESPONSE="HTTP/1.1 200 OK\nContent-Length: ${LENGTH}\nConnection: close\n\n$HTML\n\n"