1106 - Website
Version vom 23. April 2026, 09:22 Uhr von Maximilian.pottgiesser (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „<pre> Set-Content -Path "C:\inetpub\wwwroot\it1XX\login.html" -Value @" <!DOCTYPE html> <html lang="de"> <head> <meta charset="UTF-8"> <title>Angemeldet</t…“)
Set-Content -Path "C:\inetpub\wwwroot\it1XX\login.html" -Value @"
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Angemeldet</title>
<style>
body { font-family: Arial, sans-serif; background: #f0f2f5;
display: flex; justify-content: center; align-items: center; min-height: 100vh; }
.card { background: white; padding: 40px; border-radius: 8px;
box-shadow: 0 2px 12px rgba(0,0,0,0.1); width: 360px; text-align: center; }
h1 { color: #2e7d32; margin-bottom: 12px; }
p { color: #555; font-size: 14px; }
a { display: inline-block; margin-top: 20px; color: #4a90e2; font-size: 13px; }
</style>
</head>
<body>
<div class="card">
<h1>Anmeldung erfolgreich</h1>
<p>Die Zugangsdaten wurden im Klartext übertragen.<br>
Prüfen Sie jetzt Ihren Wireshark-Mitschnitt.</p>
<a href="/index.html">Zurück zum Login</a>
</div>
</body>
</html>
"@