Update branding in multiple files to reflect personal ownership: Changed references from "Über uns" to "Über mich" in demo.html, README.md, footer.php, header.php, and about.php, enhancing the personal touch of the content.

This commit is contained in:
𝓜𝓪𝓬𝓮™
2026-04-08 14:43:31 +02:00
parent df705701f0
commit 29386b2ab6
7 changed files with 10 additions and 10 deletions

View File

@@ -82,7 +82,7 @@ Eine neue `mail-gateway.php`-Datei wurde erstellt mit:
```
public/
├── index.php (Hauptseite)
├── about.php (Über uns)
├── about.php (Über mich)
├── contact.php (Kontakt)
├── vpc.php (Virtual Private Container)
├── vps.php (Virtual Private Server)

View File

@@ -19,7 +19,7 @@ Die Website wurde umstrukturiert, um Header und Footer in zentralen Dateien zu s
- `vpc.php` - Virtual Private Container (vorher vpc.html)
- `vps.php` - Virtual Private Server (vorher vps.html)
- `webhosting.php` - Webhosting (vorher webhosting.html)
- `about.php` - Über uns (vorher about.html)
- `about.php` - Über mich (vorher about.html)
## Verwendung
@@ -125,7 +125,7 @@ includeHeader('Seitentitel', 'Beschreibung', 'seitenname');
- `vpc.php` - Virtual Private Container (PHP-Version)
- `vps.php` - Virtual Private Server (PHP-Version)
- `webhosting.php` - Webhosting (PHP-Version)
- `about.php` - Über uns (PHP-Version)
- `about.php` - Über mich (PHP-Version)
- `contact.html` - Alte HTML-Version (kann gelöscht werden)
- `index.html` - Alte HTML-Version (kann gelöscht werden)
- `vpc.html` - Alte HTML-Version (kann gelöscht werden)