Initial commit: sync from server - all domains and code
This commit is contained in:
27
www/fahrschultermin.de/public/index.html
Normal file
27
www/fahrschultermin.de/public/index.html
Normal 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>fahrschultermin.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>✅ fahrschultermin.de ist betriebsbereit</h1>
|
||||
<p>Diese Seite wurde automatisch vom Webhosting‑Stack 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 PHP‑Anwendungen lege eine <code>index.php</code> an.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<p><small>Server: core</small></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user