Subversion Repositories SmartDukaan

Rev

Rev 36686 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
36642 ranu 1
<html>
2
<head>
3
    <meta charset="UTF-8">
4
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
5
    <title>Under Review - SmartDukaan</title>
6
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css">
7
    <style>
8
        body {
9
            background: #f4f6f9;
10
            font-family: 'Segoe UI', sans-serif;
11
        }
12
 
13
        .geo-card {
14
            max-width: 480px;
15
            margin: 60px auto;
16
            background: #fff;
17
            border-radius: 12px;
18
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.10);
19
            overflow: hidden;
20
        }
21
 
22
        .geo-header {
23
            background: linear-gradient(135deg, #1a73e8, #0d47a1);
24
            color: #fff;
25
            padding: 24px;
26
            text-align: center;
27
        }
28
 
29
        .geo-header h4 {
30
            margin: 0;
31
            font-weight: 600;
32
        }
33
    </style>
34
</head>
35
<body>
36
<div class="geo-card">
37
    <div class="geo-header">
38
        <h4>SmartDukaan</h4>
39
    </div>
40
    <div class="text-center py-5 px-4">
41
        <div style="font-size:64px;">⏳</div>
42
        <h5 class="mt-3">Under Review</h5>
43
        <p class="text-muted">
44
            Your location has been submitted and is currently under review by our team.
45
            You will be contacted once the verification is complete.
46
        </p>
47
    </div>
48
</div>
49
</body>
50
</html>