-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (28 loc) · 2.03 KB
/
Copy pathindex.html
File metadata and controls
31 lines (28 loc) · 2.03 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/sleek-ui/logo/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data:; connect-src 'self'; base-uri 'self'; form-action 'self'; object-src 'none'; upgrade-insecure-requests" />
<meta name="description" content="60+ production-grade design systems as one URL. Give your AI agent a URL and it applies colors, typography, spacing, and component styles automatically." />
<!-- Open Graph -->
<meta property="og:title" content="sleek-ui — Professional design systems for your AI agent" />
<meta property="og:description" content="60+ production-grade design systems as one URL. Give your AI agent a URL and it applies colors, typography, spacing, and component styles automatically." />
<meta property="og:image" content="https://luongnv.com/sleek-ui/sleek-ui-og.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:url" content="https://luongnv.com/sleek-ui" />
<meta property="og:type" content="website" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="sleek-ui — Professional design systems for your AI agent" />
<meta name="twitter:description" content="60+ production-grade design systems as one URL. Give your AI agent a URL and it applies colors, typography, spacing, and component styles automatically." />
<meta name="twitter:image" content="https://luongnv.com/sleek-ui/sleek-ui-og.png" />
<title>sleek-ui — Professional design systems for AI agents</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>