mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +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
|
||||
|
||||
# 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}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user