Add Title

This commit is contained in:
Kroese 2023-05-05 20:47:57 +02:00 committed by GitHub
parent e0fc215ac6
commit 50646396e7

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; font-family: Verdana,Arial,sans-serif;\ HTML="<!DOCTYPE html><HTML><HEAD><TITLE>VirtualDSM</TITLE><STYLE>body { color: white; background-color: #125bdb; font-family: Verdana,\
{ a, a:hover, a:active, a:visited { color: white; } }</STYLE></HEAD><BODY><BR><BR><H1><CENTER>$2</CENTER></H1></BODY></HTML>" Arial,sans-serif; } a, a:hover, a:active, a:visited { color: white; }</STYLE></HEAD><BODY><BR><BR><H1><CENTER>$2</CENTER></H1></BODY></HTML>"
LENGTH="${#HTML}" LENGTH="${#HTML}"