<!DOCTYPE html>
<html lang="de">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    <title>Serverfehler - Grace Emily</title>
    
    <link rel="stylesheet" href="/css/styles.css">
</head>
<body>

    <section class="error-section">
        <div class="error-container">
            <div class="error-code">500</div>
            <h1 class="error-title">Etwas ist schiefgelaufen</h1>

            <div class="error-actions">
                <a href="/grace-emily/form" class="btn btn-primary">
                    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" style="width: 20px; height: 20px;">
                        <path stroke-linecap="round" stroke-linejoin="round" d="M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0013.803-3.7M4.031 9.865a8.25 8.25 0 0113.803-3.7l3.181 3.182m0-4.991v4.99" />
                    </svg>
                    Erneut versuchen
                </a>
            </div>
        </div>
    </section>

</body>
</html>
