-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (73 loc) · 3.56 KB
/
Copy pathindex.html
File metadata and controls
78 lines (73 loc) · 3.56 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0b0b0f" />
<title>Meshly — Free Mesh Gradient Generator</title>
<meta
name="description"
content="Free mesh gradient generator — design, animate and export beautiful mesh gradients as CSS, SVG or PNG. 50+ palettes, social-media canvas templates, filters, grain and shareable links, all client-side and open-source."
/>
<link rel="canonical" href="https://meshly.pages.dev/" />
<!-- Open Graph -->
<meta property="og:title" content="Meshly — Free Mesh Gradient Generator" />
<meta
property="og:description"
content="Design, animate and export beautiful mesh gradients as CSS, SVG or PNG. Free, open-source and 100% client-side."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://meshly.pages.dev/" />
<meta property="og:image" content="https://meshly.pages.dev/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Meshly — mesh gradient generator preview" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Meshly — Free Mesh Gradient Generator" />
<meta
name="twitter:description"
content="Design, animate and export beautiful mesh gradients as CSS, SVG or PNG. Free, open-source and 100% client-side."
/>
<meta name="twitter:image" content="https://meshly.pages.dev/og-image.png" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet" crossorigin="anonymous">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Meshly",
"applicationCategory": "DesignApplication",
"operatingSystem": "Any (runs in browser)",
"description": "Free mesh gradient generator — design, animate and export beautiful mesh gradients as CSS, SVG or PNG.",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"url": "https://meshly.pages.dev/"
}
</script>
</head>
<body>
<div id="root">
<div style="font-family: 'Lato', sans-serif; max-width: 40rem; margin: 3rem auto; padding: 0 1.5rem; color: #1f2937;">
<h1 style="font-size: 1.75rem; font-weight: 700; margin-bottom: 0.5rem;">Meshly</h1>
<p style="font-size: 1rem; line-height: 1.5; color: #4b5563;">
Meshly is a free, open-source mesh gradient generator. Design, animate and export
beautiful mesh gradients as CSS, SVG or PNG — 100% client-side.
</p>
<noscript>
<p style="margin-top: 1rem; color: #b91c1c;">
Meshly requires JavaScript to run. Please enable JavaScript in your browser to use the app.
</p>
</noscript>
</div>
</div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>