Set font to Verdana

This commit is contained in:
Kroese 2023-05-05 20:34:43 +02:00 committed by GitHub
parent cb003d798a
commit 23d9c43cb0

View File

@ -5,8 +5,8 @@ trap 'kill 0' EXIT
trap exit SIGINT SIGTERM trap exit SIGINT SIGTERM
# Serve the page # Serve the page
HTML="<HTML><HEAD><STYLE>body { color: white; background-color: #125bdb; }</STYLE>\ HTML="<HTML><HEAD><STYLE>body { color: white; background-color: #125bdb; font-family: Verdana,Arial,sans-serif;}\
</HEAD><BODY><BR><BR><H1><CENTER>$2</CENTER></H1></BODY></HTML>" </STYLE></HEAD><BODY><BR><BR><H1><CENTER>$2</CENTER></H1></BODY></HTML>"
LENGTH="${#HTML}" LENGTH="${#HTML}"