From dcd6ba348b115b0ab06235c15b62cc5322bd1203 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 5 May 2023 20:20:11 +0200 Subject: [PATCH] Background color --- run/server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/server.sh b/run/server.sh index 953ff2b..9f51517 100644 --- a/run/server.sh +++ b/run/server.sh @@ -5,7 +5,7 @@ trap 'kill 0' EXIT trap exit SIGINT SIGTERM # Serve the page -HTML="\ +HTML="\

$2

" LENGTH="${#HTML}"