Initial commit: sync from server - all domains and code

This commit is contained in:
Hermes Agent
2026-05-18 22:12:40 +02:00
commit 22206d361a
54 changed files with 3636 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>fahrschuldesk.de Erfolgreich eingerichtet</title>
<style>
body { font-family: sans-serif; line-height: 1.6; max-width: 800px; margin: 2rem auto; padding: 0 1rem; }
h1 { color: #2c3e50; }
.box { background: #f8f9fa; border-left: 4px solid #3498db; padding: 1rem; margin: 1.5rem 0; }
code { background: #eee; padding: 0.2rem 0.4rem; border-radius: 3px; }
</style>
</head>
<body>
<h1>✅ fahrschuldesk.de ist betriebsbereit</h1>
<p>Diese Seite wurde automatisch vom WebhostingStack erzeugt.</p>
<div class="box">
<strong>Nächste Schritte:</strong>
<ul>
<li>Ersetze diesen Inhalt durch deine eigene Website.</li>
<li>Lade Dateien in das öffentliche Verzeichnis dieser Domain hoch.</li>
<li>Für PHPAnwendungen lege eine <code>index.php</code> an.</li>
</ul>
</div>
<p><small>Server: core</small></p>
</body>
</html>