Subversion Repositories SmartDukaan

Rev

Rev 36686 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <title>Thank You - SmartDukaan</title>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css">
    <style>
        body {
            background: #f4f6f9;
            font-family: 'Segoe UI', sans-serif;
        }

        .geo-card {
            max-width: 480px;
            margin: 60px auto;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.10);
            overflow: hidden;
        }

        .geo-header {
            background: linear-gradient(135deg, #1a73e8, #0d47a1);
            color: #fff;
            padding: 24px;
            text-align: center;
        }

        .geo-header h4 {
            margin: 0;
            font-weight: 600;
        }
    </style>
</head>
<body>
<div class="geo-card">
    <div class="geo-header">
        <h4>SmartDukaan</h4>
    </div>
    <div class="text-center py-5 px-4">
        <div style="font-size:64px;">✅</div>
        <h5 class="mt-3">Thank You!</h5>
        <p class="text-muted">
            #if($message)
                $message
            #else
                Your location has been verified successfully.
            #end
        </p>
    </div>
</div>
</body>
</html>