mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-09 18:07:50 +08:00
Background color
This commit is contained in:
parent
faa6f09bd2
commit
dcd6ba348b
@ -5,7 +5,7 @@ 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: #00BFFF; }</STYLE>\
|
HTML="<HTML><HEAD><STYLE>body { color: white; background-color: #125bdb; }</STYLE>\
|
||||||
</HEAD><BODY><BR><BR><H1><CENTER>$2</CENTER></H1></BODY></HTML>"
|
</HEAD><BODY><BR><BR><H1><CENTER>$2</CENTER></H1></BODY></HTML>"
|
||||||
|
|
||||||
LENGTH="${#HTML}"
|
LENGTH="${#HTML}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user