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

Set font to Verdana

parent 4bbce4e6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@ trap 'kill 0' EXIT
trap exit SIGINT SIGTERM

# Serve the page
HTML="<HTML><HEAD><STYLE>body {  color: white; background-color: #125bdb; }</STYLE>\
              </HEAD><BODY><BR><BR><H1><CENTER>$2</CENTER></H1></BODY></HTML>"
HTML="<HTML><HEAD><STYLE>body {  color: white; background-color: #125bdb; font-family: Verdana,Arial,sans-serif;}\
      </STYLE></HEAD><BODY><BR><BR><H1><CENTER>$2</CENTER></H1></BODY></HTML>"

LENGTH="${#HTML}"