seperate css file to allow custom css via definitions

This commit is contained in:
Martin Berghaus
2025-04-08 22:48:17 +02:00
parent a58d9d6f66
commit 6db70ed434
3 changed files with 176 additions and 180 deletions

View File

@@ -51,6 +51,7 @@ function setupPublicFile() {
echo "Setup the monitoring host that monitors the others ... " \
&& setupPublicFile "check.html" \
&& setupPublicFile "check.css" \
&& setupPublicFile "logo.png" \
&& exit 0