generated from Quilljou/vite-react-ts-tailwind-starter
-
Notifications
You must be signed in to change notification settings - Fork 37
/
index.html
28 lines (26 loc) · 1.11 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta charset="UTF-8">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<meta property="og:image" content="/og-image.jpeg" />
<meta property="og:title" content="DALL·E Playground">
<meta property="og:site_name" content="DALL·E Playground">
<meta property="og:url" content="dalle3-playground.pages.dev">
<!-- Twitter open-graph tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:alt" content="DALL·E Playground">
<meta name="twitter:title" content="DALL·E Playground">
<meta name="twitter:description"
content="Building Apps with the best DX we love">
<meta name="twitter:image:src" content="/og-image.png">
<meta name="description" content="DALL·E Playground">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title></title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>