-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (26 loc) · 1.23 KB
/
index.html
File metadata and controls
28 lines (26 loc) · 1.23 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>Studio — Generative Design Tools</title>
<meta name="description" content="8 generative art and design tools in one app" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://studio.neato.fun" />
<meta property="og:title" content="Studio — Generative Design Tools" />
<meta property="og:description" content="8 generative art and design tools in one app" />
<meta property="og:image" content="https://studio.neato.fun/og.png" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@Shpigford" />
<meta name="twitter:creator" content="@Shpigford" />
<meta name="twitter:title" content="Studio — Generative Design Tools" />
<meta name="twitter:description" content="8 generative art and design tools in one app" />
<meta name="twitter:image" content="https://studio.neato.fun/og.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>