-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1.36 KB
/
Copy pathindex.html
File metadata and controls
28 lines (28 loc) · 1.36 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" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title data-rh="true">Template</title>
<!-- <link data-rh="true" rel="canonical" href="" /> -->
<meta data-rh="true" name="description" content="" />
<meta data-rh="true" property="og:title" content="" />
<meta data-rh="true" property="og:type" content="website" />
<meta data-rh="true" property="og:description" content="" />
<!-- <meta data-rh="true" property="og:url" content="" /> -->
<!-- <meta data-rh="true" property="og:image" content="" />
<meta data-rh="true" property="og:image:width" content="1899" />
<meta data-rh="true" property="og:image:height" content="790" /> -->
<!-- <meta data-rh="true" property="twitter:card" content="summary_large_image" /> -->
<!-- <meta data-rh="true" property="twitter:site" content="" /> -->
<!-- <meta data-rh="true" property="twitter:creator" content="" /> -->
<meta data-rh="true" property="twitter:title" content="" />
<meta data-rh="true" property="twitter:description" content="" />
<!-- <meta data-rh="true" property="twitter:image" content="" /> -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>