forked from oyeolamilekan/appshots
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (55 loc) · 2.51 KB
/
Copy pathindex.html
File metadata and controls
59 lines (55 loc) · 2.51 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="theme-color" content="#000000" />
<!-- SEO -->
<title>App Store & Google Play Screenshot Generator | AppShots</title>
<meta
name="description"
content="Create stunning, high-converting screenshots for the Apple App Store and Google Play Store in minutes. Free tool for iOS and Android developers to design professional app previews with 3D device mockups."
/>
<meta
name="keywords"
content="app store screenshots, google play screenshots, ios screenshot generator, android screenshot generator, app store preview generator, play store listing generator, iphone mockup generator, samsung mockup generator, app marketing assets, 3d device mockups"
/>
<link rel="canonical" href="https://appshots.appstate.xyz/" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta
property="og:title"
content="App Store & Google Play Screenshot Generator | AppShots"
/>
<meta
property="og:description"
content="Create stunning, high-converting screenshots for the Apple App Store and Google Play Store in minutes. Free tool for iOS and Android developers to design professional app previews with 3D device mockups."
/>
<meta property="og:url" content="https://appshots.appstate.xyz/" />
<meta property="og:site_name" content="AppShots" />
<meta property="og:image" content="/demo-image.png" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@appshots" />
<meta
name="twitter:title"
content="App Store & Google Play Screenshot Generator | AppShots"
/>
<meta
name="twitter:description"
content="Create stunning, high-converting screenshots for the Apple App Store and Google Play Store in minutes. Free tool for iOS and Android developers to design professional app previews with 3D device mockups."
/>
<meta name="twitter:image" content="/demo-image.png" />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<meta
name="google-site-verification"
content="yx1cC5lbO3-8gq148TJWsExwnPZorLSmHa8xcBLtFQA"
/>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>