-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (32 loc) · 1.68 KB
/
index.html
File metadata and controls
36 lines (32 loc) · 1.68 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
32
33
34
35
36
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Elroy</title>
<meta name="description" content="An x402 AI Chat Demo" />
<meta property="og:url" content="https://www.elroy.computer" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Elroy" />
<meta property="og:description" content="An x402 AI Chat Demo" />
<meta property="og:image" content="https://www.elroy.computer/og.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="www.elroy.computer" />
<meta property="twitter:url" content="https://www.elroy.computer" />
<meta name="twitter:title" content="Elroy" />
<meta name="twitter:description" content="An x402 AI Chat Demo" />
<meta name="twitter:image" content="https://www.elroy.computer/og.png" />
<meta
name="fc:frame"
content='{"version":"next","imageUrl":"https://www.elroy.computer/image.png","button":{"title":"Chat with Elroy","action":{"type":"launch_frame","name":"Chat with Elroy","url":"https://www.elroy.computer","splashImageUrl":"https://www.elroy.computer/splash.png","splashBackgroundColor":"#DADDE3"}}}'
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>