mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Font
This commit is contained in:
parent
acc53262b8
commit
ce029c34d9
@ -13,7 +13,7 @@ for pid in $(pidof -x $script_name); do
|
||||
done
|
||||
|
||||
# Serve the page
|
||||
HTML="<HTML><BODY><H1><CENTER>$2</CENTER></H1></BODY></HTML>"
|
||||
HTML="<HTML><HEAD><STYLE>body { color: white; background-color: lightblue; } </STYLE></HEAD><BODY><H1><CENTER>$2</CENTER></H1></BODY></HTML>"
|
||||
LENGTH=$(echo "$HTML" | wc -c);
|
||||
|
||||
RESPONSE="HTTP/1.1 200 OK\nContent-Length: ${LENGTH}\nConnection: close\n\n$HTML\n\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user