<!DOCTYPE html>
<html>
<head>
    <title>Matrix Server - schuse.net</title>
    <style>
        body { font-family: Arial, sans-serif; text-align: center; padding: 50px; }
        h1 { color: #333; }
        .info { background: #f0f0f0; padding: 20px; border-radius: 10px; margin: 20px auto; max-width: 600px; }
        a { color: #0066cc; text-decoration: none; }
        a:hover { text-decoration: underline; }
    </style>
</head>
<body>
    <h1>🏠 Matrix Server der Familie Schuse</h1>
    <div class="info">
        <p><strong>Server:</strong> matrix.schuse.net</p>
        <p><strong>Verbinde mit:</strong></p>
        <p>
            <a href="https://app.element.io/#/welcome">Element Web</a> | 
            <a href="https://fluffychat.im">FluffyChat</a>
        </p>
        <p><small>Server-Adresse: https://matrix.schuse.net<br>
        Benutzername-Format: @name:schuse.net</small></p>
    </div>
</body>
</html>