From 3fb2cd56e11be22c3eac7d45fb31d132f10ce17e Mon Sep 17 00:00:00 2001 From: hitlerrip Date: Mon, 4 Aug 2025 17:09:14 +0200 Subject: banner added a nice banner to the landing page --- build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 155ce94..a4d3e4c 100755 --- a/build.sh +++ b/build.sh @@ -285,6 +285,7 @@ cd .. echo "[build] copying static files..." cp ./con/style.css ./web/style.css cp ./con/icon.png ./web/icon.png +cp ./con/banner.png ./web/banner.png cp ./licenses/* ./web/licenses/ cp -r ./dir/* ./web/ -- cgit v1.2.3