-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (29 loc) · 2.39 KB
/
Copy pathindex.html
File metadata and controls
34 lines (29 loc) · 2.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Theme Studio — Free CSS Theme Generator for Developers</title>
<!-- SEO -->
<meta name="description" content="Free online CSS theme generator with live preview. Pick colors, fonts, button styles and export clean CSS variables instantly. No sign up required." />
<meta name="keywords" content="CSS theme generator, color palette tool, CSS variables generator, UI theme builder, font pairing tool, free design tool for developers" />
<meta name="author" content="Theme Studio" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://theme-studio-topaz.vercel.app" />
<link rel="icon" type="image/x-icon" href="/favicon.png" />
<!-- Open Graph (link previews on Reddit, Twitter, WhatsApp etc) -->
<meta property="og:title" content="Theme Studio — Free CSS Theme Generator" />
<meta property="og:description" content="Pick colors, fonts and button styles with live preview. Export CSS variables in one click. Free, no sign up." />
<meta property="og:url" content="https://theme-studio-topaz.vercel.app" />
<meta property="og:type" content="website" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Theme Studio — Free CSS Theme Generator" />
<meta name="twitter:description" content="Pick colors, fonts and button styles with live preview. Export CSS variables in one click. Free, no sign up." />
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400&family=DM+Mono:wght@300;400;500&family=Syne:wght@400;600;800&family=Cormorant+Garamond:ital,wght@0,300;0,600;1,300;1,600&family=Bebas+Neue&family=Fraunces:ital,opsz,wght@0,9..144,100;0,9..144,900;1,9..144,300&family=Outfit:wght@200;400;600;700&family=Italiana&family=JetBrains+Mono:wght@300;400;700&family=DM+Serif+Display:ital@0;1&family=Righteous&family=Kaisei+Decol:wght@400;700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Barlow+Condensed:wght@300;600;700&family=Unbounded:wght@400;700;900&family=Lora:ital,wght@0,400;0,700;1,400&family=Advent+Pro:wght@300;700&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>