-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (25 loc) · 1.32 KB
/
index.html
File metadata and controls
31 lines (25 loc) · 1.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, shrink-to-fit=no" />
<meta name="description" content="This demo uses React to quickly test essential Tencent RTC features." />
<link rel="icon" href="https://web.sdk.qcloud.com/trtc/webrtc/assets/trtcio48.avif" />
<title>Quick Demo React | Tencent RTC</title>
<!-- Open Graph Meta Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Quick Demo React | Tencent RTC" />
<meta property="og:description" content="This demo uses React to quickly test essential Tencent RTC features." />
<meta property="og:image" content="https://web.sdk.qcloud.com/trtc/webrtc/assets/og-image-js.png" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Quick Demo React | Tencent RTC" />
<meta name="twitter:description" content="This demo uses React to quickly test essential Tencent RTC features." />
<meta name="twitter:image" content="https://web.sdk.qcloud.com/trtc/webrtc/assets/og-image-js.png" />
<script src="./lib-generate-test-usersig.min.js"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>