-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (60 loc) · 2.88 KB
/
index.html
File metadata and controls
65 lines (60 loc) · 2.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="generator, mui theme creator, mui theme editor, mui v6, material ui, theme builder, theme generator, theme editor, MUI v6, MUI themes" />
<meta name="description" content="Generate ready-to-use Material UI themes (colors, components and more) with an intuitive visual and code editor." />
<meta name="robots" content="index,follow" />
<meta name="theme-color" content="#ffffff" />
<meta name="author" content="MUI Theme Builder" />
<title>Design & Prototype Material UI Themes — MUI Theme Builder</title>
<!-- Canonical URL (update to your production domain if different) -->
<link rel="canonical" href="https://mui-theme-builder.netlify.app/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Design & Prototype Material UI Themes — MUI Theme Builder" />
<meta property="og:description" content="Generate ready-to-use Material UI themes (colors, components and more) with an intuitive visual and code editor." />
<meta property="og:image" content="https://mui-theme-builder.netlify.app/editor-screenshot.png" />
<meta property="og:image:alt" content="Preview of MUI Theme Builder editor" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="MUI Theme Builder" />
<meta name="twitter:description" content="Generate ready-to-use Material UI themes (colors, components and more) with an intuitive visual and code editor." />
<meta name="twitter:image" content="https://mui-theme-builder.netlify.app/editor-screenshot.png" />
<meta name="twitter:image:alt" content="Preview of MUI Theme Builder editor" />
<!-- Structured data (JSON-LD) -->
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","name":"MUI Theme Builder","url":"https://mui-theme-builder.netlify.app/","description":"Generate ready-to-use Material UI themes (colors, components and more) with an intuitive visual and code editor."}
</script>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/icons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/icons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/icons/favicon-16x16.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="/icons/android-chrome-192x192.png"
/>
<link rel="shortcut icon" href="/icons/favicon.ico" />
<link rel="manifest" href="/site.webmanifest" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>