mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 21:40:01 +08:00
Set font to Verdana
This commit is contained in:
parent
cb003d798a
commit
23d9c43cb0
@ -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}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user