Background color

This commit is contained in:
Kroese 2023-05-05 20:20:11 +02:00 committed by GitHub
parent faa6f09bd2
commit dcd6ba348b

View File

@ -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}"