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 + con/banner.kra | Bin 0 -> 848772 bytes con/banner.png | Bin 0 -> 57359 bytes src/index.md | 4 +--- 4 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 con/banner.kra create mode 100644 con/banner.png 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/ diff --git a/con/banner.kra b/con/banner.kra new file mode 100644 index 0000000..f11dd01 Binary files /dev/null and b/con/banner.kra differ diff --git a/con/banner.png b/con/banner.png new file mode 100644 index 0000000..acf506a Binary files /dev/null and b/con/banner.png differ diff --git a/src/index.md b/src/index.md index a2c26ca..11466fe 100644 --- a/src/index.md +++ b/src/index.md @@ -1,3 +1 @@ -# hitler.rip - -Welcome! +![Banner: Soviet Soldier raising a Flag over the Reichstag](/banner.png) -- cgit v1.2.3