Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
36799 amit 1
#[[<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
<meta charset="utf-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1">
6
<title>Access Restricted</title>
7
<style>
8
  html,body{height:100%;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
9
    background:radial-gradient(1200px 600px at 50% -10%,#1e293b,#0f172a);color:#e2e8f0;display:flex;align-items:center;justify-content:center}
10
  .card{background:rgba(30,41,59,.7);border:1px solid #334155;border-radius:18px;padding:48px 56px;text-align:center;max-width:440px;
11
    box-shadow:0 24px 60px rgba(0,0,0,.45)}
12
  .lock{font-size:46px;margin-bottom:8px}
13
  h1{font-size:22px;margin:6px 0 10px}
14
  p{color:#94a3b8;line-height:1.6;margin:0}
15
  code{background:#0b1220;padding:2px 8px;border-radius:6px;color:#a5b4fc;font-size:13px}
16
</style>
17
</head>
18
<body>
19
  <div class="card">
20
    <div class="lock">&#128274;</div>
21
    <h1>Route Analytics &mdash; Restricted</h1>
22
    <p>This dashboard is limited to authorised reviewers only.<br>
23
    Please sign in as <code>amit.gupta</code> or <code>tarun.verma</code> to view it.</p>
24
  </div>
25
</body>
26
</html>]]#