-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpreview-empty.html
More file actions
60 lines (57 loc) Β· 2.53 KB
/
Copy pathpreview-empty.html
File metadata and controls
60 lines (57 loc) Β· 2.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="popup/popup.css" />
<title>ShopSpy β Empty State Preview</title>
<style>
body { margin: 40px auto; box-shadow: 0 30px 80px -20px rgba(0,0,0,.8); border-radius: 16px; overflow: hidden; }
html { background: #05070a; min-height: 100%; }
</style>
</head>
<body>
<header class="app-header">
<div class="brand">
<span class="logo-tile" aria-hidden="true">
<svg viewBox="0 0 32 32" width="22" height="22" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="13.5" cy="13.5" r="8" stroke="#fff" stroke-width="2.4" />
<path d="M19.8 19.8 26.5 26.5" stroke="#fff" stroke-width="2.7" stroke-linecap="round" />
<path d="M10.4 16v-1.8M13.5 16v-4M16.6 16v-6.2" stroke="#fff" stroke-width="2" stroke-linecap="round" />
</svg>
</span>
<div class="brand-text">
<h1>Shop<span class="grad">Spy</span></h1>
<p class="tagline">Store Intelligence</p>
</div>
</div>
<button class="refresh-btn" title="Re-scan" aria-label="Refresh">
<svg class="refresh-icon" viewBox="0 0 24 24" width="17" height="17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 11a8 8 0 1 0-.6 4" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
<path d="M20 4v6h-6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</button>
</header>
<section class="detect-banner no">
<span class="status-dot"></span>
<span>Not a Shopify store</span>
</section>
<div class="empty-state">
<div class="empty-icon" aria-hidden="true">
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="2.1"
stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
<path d="M9 21 13 12H35l4 9" />
<path d="M9 21c2.2 2.6 5 2.6 7.2 0 2.2 2.6 5 2.6 7.2 0 2.2 2.6 5 2.6 7.2 0 2.2 2.6 5 2.6 7.2 0"
opacity=".55" />
<path d="M11 24v15h26V24" />
<path d="M20 39v-9h8v9" />
</svg>
</div>
<p><strong>No Shopify store detected</strong></p>
<p class="muted">Open a Shopify-powered storefront and hit refresh.</p>
</div>
<footer class="app-footer">
<span id="footerText">example.com</span>
</footer>
</body>
</html>