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

Background color

parent cfe1e1d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ trap 'kill 0' EXIT
trap exit SIGINT SIGTERM

# Serve the page
HTML="<HTML><HEAD><STYLE>body {  color: white; background-color: #00BFFF; }</STYLE>\
HTML="<HTML><HEAD><STYLE>body {  color: white; background-color: #125bdb; }</STYLE>\
              </HEAD><BODY><BR><BR><H1><CENTER>$2</CENTER></H1></BODY></HTML>"

LENGTH="${#HTML}"