-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (37 loc) · 2.08 KB
/
Copy pathindex.html
File metadata and controls
43 lines (37 loc) · 2.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<title>Chunky Tofu Studios — Building apps with texture.</title>
<meta name="description" content="Chunky Tofu Studios is an indie app studio of developers across San Francisco, Princeton, Dublin, Istanbul, Mexico City, and Milan — crafting mobile experiences people love." />
<link rel="canonical" href="https://chunkytofustudios.com/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Chunky Tofu Studios" />
<meta property="og:title" content="Chunky Tofu Studios — Building apps with texture." />
<meta property="og:description" content="Indie app studio of developers across six cities, crafting mobile experiences people love." />
<meta property="og:url" content="https://chunkytofustudios.com/" />
<meta property="og:image" content="https://chunkytofustudios.com/og-image.webp" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@Chunky_Tofu" />
<meta name="twitter:title" content="Chunky Tofu Studios — Building apps with texture." />
<meta name="twitter:description" content="Indie app studio of developers across six cities, crafting mobile experiences people love." />
<meta name="twitter:image" content="https://chunkytofustudios.com/og-image.webp" />
</head>
<body>
<div id="root">
<noscript>
<h1>Chunky Tofu Studios</h1>
<p>Indie app studio of developers across San Francisco, Princeton, Dublin, Istanbul, Mexico City, and Milan — crafting mobile experiences people love.</p>
<ul>
<li><a href="/beehive">Beehive — word puzzle game</a></li>
<li><a href="/pixel-buddy">Pixel Buddy — pixel art coloring book</a></li>
<li><a href="/dozy">Dozy — commute companion</a></li>
<li><a href="/contact">Contact us</a></li>
</ul>
</noscript>
</div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>