-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
31 lines (28 loc) · 1.64 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" class="bg-slate-900">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📡</text></svg>">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- HTML Meta Tags -->
<title>react-call | Call your React components</title>
<meta name="description" content="">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://react-call.desko.dev">
<meta property="og:type" content="website">
<meta property="og:title" content="react-call | Call your React components">
<meta property="og:description" content="">
<meta property="og:image" content="https://opengraph.b-cdn.net/production/images/696862b2-080b-4adb-aa74-50e503849c3b.png?token=sCynG8dnz8Webds1Z2DDGCwaBxQVTLplQ2N6d_RlxbA&height=630&width=1200&expires=33260833433">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="react-call.desko.dev">
<meta property="twitter:url" content="https://react-call.desko.dev">
<meta name="twitter:title" content="react-call | Call your React components">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://opengraph.b-cdn.net/production/images/696862b2-080b-4adb-aa74-50e503849c3b.png?token=sCynG8dnz8Webds1Z2DDGCwaBxQVTLplQ2N6d_RlxbA&height=630&width=1200&expires=33260833433">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>