README.md hinzugefügt
This commit is contained in:
commit
a80f60f54f
1 changed files with 33 additions and 0 deletions
33
README.md
Normal file
33
README.md
Normal file
|
|
@ -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 <head>) — 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)
|
||||
Loading…
Reference in a new issue