-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
30 lines (30 loc) · 1.33 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Composable and Operable Encrypted States. Fully Onchain."
/>
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="2400">
<meta property="og:image:height" content="1260">
<meta property="og:image:alt" content="Inco Network">
<meta property="og:image" content="https://hiddencard.demos.inco.org/hiddenCard.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Hidden Card | Inco Network | fhEVM">
<meta name="twitter:description" content="Composable and Operable Encrypted States. Fully Onchain.">
<meta name="twitter:image:type" content="image/png">
<meta name="twitter:image:width" content="2400">
<meta name="twitter:image:height" content="1260">
<meta name="twitter:image:alt" content="Inco Network">
<meta name="twitter:image" content="https://hiddencard.demos.inco.org/hiddenCard.png">
<title>Hidden Card | Inco Network | fhEVM</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>