-
Notifications
You must be signed in to change notification settings - Fork 20
/
index.html
25 lines (24 loc) · 923 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@chrisbiscardi" />
<meta name="twitter:creator" content="@chrisbiscardi" />
<meta
name="twitter:title"
content="Building an OpenGraph image generation API with Cloudinary, Netlify Functions, and React"
/>
<meta
name="twitter:description"
content="https://egghead.io/playlists/building-an-opengraph-image-generation-api-with-cloudinary-netlify-functions-and-react-914e"
/>
<meta
name="twitter:image"
content="http://relaxed-payne-d1bfbe.netlify.com/opengraph?title=Building%20an%20OpenGraph%20image%20generation%20API%20with%20Cloudinary%20Netlify%20Functions%20and%20React&tags=figma,netlify%20functions,playwright&author=chrisbiscardi"
/>
</head>
<body>
<div>hi</div>
</body>
</html>