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

Add Title

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