-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
31 lines (31 loc) · 1.59 KB
/
index.html
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">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Chen Chen & Kai Williams</title>
<meta name="description" content="Chen Chen & Kai Williams is a design studio that explores materials and new ways to use them">
<!-- favicons -->
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#000000">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<!-- open graph -->
<meta property="og:description" content="Chen Chen & Kai Williams is a design studio that explores materials and new ways to use them" />
<meta property="og:image" content="https://cckw.us/static/CCKW-Cube-Hero.jpg" />
<!-- preconnect -->
<link rel="preconnect" href="https://cckwus.cdn.prismic.io" crossorigin>
<link rel="preconnect" href="https://chen-williams.myshopify.com" crossorigin>
<link rel="preconnect" href="https://res.cloudinary.com" crossorigin>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
<script async src="/static/modernizr.custom.js"></script>
<script async src="https://www.google-analytics.com/analytics.js"></script>
<script async src="/static/autotrack.custom.js"></script>
</body>
</html>