From a80f60f54f6493ce7d2e7a48dee888067ad87440 Mon Sep 17 00:00:00 2001 From: lena_smd02 Date: Wed, 20 May 2026 16:43:35 +0200 Subject: [PATCH] =?UTF-8?q?README.md=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cb276ff --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# Meine Website (isa11) + +Pfad auf dem Server: +/home/isa11/public_html + +Struktur: +. +│― index.html +│― css/ +│ … style.css +│― img/ +│ … logo.png +└ pages/ + │― impressum.html + … kontakt.html + +Dateien: +- index.html — Landing-Seite + (lande hier bei isa05.edumake.de) +- css/style.css — Layout, Farben +- img/logo.png — Logo im Header +- pages/impressum.html — Pflichtangaben +- pages/kontakt.html — Kontaktformular + +Verlinkungen: +- index.html verlinkt css/style.css + (im ) — für Layout +- index.html verlinkt img/logo.png — + Logo wird im Header angezeigt +- index.html verlinkt pages/impressum.html + — Footer-Link +- pages/*.html verlinken ../css/style.css + (eine Ebene höher) \ No newline at end of file