-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (42 loc) · 2.11 KB
/
Copy pathindex.html
File metadata and controls
45 lines (42 loc) · 2.11 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link id="app-favicon" rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PixelLab Studio | Online Image Filters</title>
<meta
name="description"
content="Capture, enhance, and edit images in PixelLab Studio with camera tools, creative photo filters, live adjustments, and easy exports."
/>
<meta
name="keywords"
content="photo filters, online image editor, camera editor, photo enhancement, image filters, PixelLab Studio"
/>
<meta name="author" content="PixelLab Studio" />
<meta name="application-name" content="PixelLab Studio" />
<meta property="og:title" content="PixelLab Studio | Online Image Filters" />
<meta
property="og:description"
content="Capture, enhance, and edit images in PixelLab Studio with camera tools, creative photo filters, live adjustments, and easy exports."
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="https://filter-studio-flow.supravadutta-nnhs-kol-e2321.workers.dev/cover.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1126" />
<meta property="og:image:height" content="1458" />
<meta property="og:image:alt" content="PixelLab Studio photo filtering and camera editor preview" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="PixelLab Studio | Online Image Filters" />
<meta
name="twitter:description"
content="Capture, enhance, and edit images in PixelLab Studio with camera tools, creative photo filters, live adjustments, and easy exports."
/>
<meta name="twitter:image" content="https://filter-studio-flow.supravadutta-nnhs-kol-e2321.workers.dev/cover.png" />
<meta name="twitter:image:alt" content="PixelLab Studio photo filtering and camera editor preview" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>