From 23d9c43cb0b64a1d25902b57d7ba0d2c61e01fd6 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 5 May 2023 20:34:43 +0200 Subject: [PATCH] Set font to Verdana --- run/server.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run/server.sh b/run/server.sh index 9f51517..f26749f 100644 --- a/run/server.sh +++ b/run/server.sh @@ -5,8 +5,8 @@ trap 'kill 0' EXIT trap exit SIGINT SIGTERM # Serve the page -HTML="\ -

$2

" +HTML="

$2

" LENGTH="${#HTML}"