From 8c2ebf5be5ae23bf28ce6332b2df16dddc7d18b6 Mon Sep 17 00:00:00 2001 From: Malte Bublitz Date: Sun, 29 May 2022 19:43:14 +0200 Subject: [PATCH] Verzeichnisse css und img angelegt --- style.css => css/style.css | 0 favicon.png => img/favicon.png | Bin index.php | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename style.css => css/style.css (100%) rename favicon.png => img/favicon.png (100%) diff --git a/style.css b/css/style.css similarity index 100% rename from style.css rename to css/style.css diff --git a/favicon.png b/img/favicon.png similarity index 100% rename from favicon.png rename to img/favicon.png diff --git a/index.php b/index.php index 07a23c7..03ee351 100644 --- a/index.php +++ b/index.php @@ -20,9 +20,9 @@ $Data = Array( //"Title" => "Homepage @ ".$host, "Title" => "Homepage", "Author" => "malte70@".$host, - "Stylesheet" => "style.css", + "Stylesheet" => "css/style.css", //"Icon" => "https://xyz.malte70.de/img/icons_tango/go-home-512.png", - "Icon" => "favicon.png", + "Icon" => "img/favicon.png", ), "Links" => NULL, "Notepad" => true, -- 2.30.2