-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
44 lines (41 loc) · 1.49 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
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/assets/fav-logo.png" />
<meta property="og:title" content="Fetch-A-Thon" />
<meta
property="og:description"
content="Dive into the future of
decentralized intelligence at Fetchathon! Craft intelligent solutions with
Fetch.ai's uAgent library, compete for glory, and forge connections in this
coding odyssey."
/>
<meta property="og:url" content="https://fetch-a-thon.vercel.app/" />
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://fetch-a-thon.vercel.app/assets/fetch-logo.538ae547.svg"
/>
<meta name="twitter:title" content="Fetch-A-Thon" />
<meta
name="twitter:description"
content="Dive into the future of
decentralized intelligence at Fetchathon! Craft intelligent solutions with
Fetch.ai's uAgent library, compete for glory, and forge connections in this
coding odyssey."
/>
<meta name="twitter:url" content="https://fetch-a-thon.vercel.app/" />
<meta
name="twitter:image"
content="https://fetch-a-thon.vercel.app/assets/fetch-logo.538ae547.svg"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<title>Fetch-A-Thon</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>