-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (41 loc) · 1.2 KB
/
index.html
File metadata and controls
43 lines (41 loc) · 1.2 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
37
38
39
40
41
42
43
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:type" content="website" />
<meta property="og:title" content="frametest" />
<meta property="og:url" content="https://server.weeklyhackathon.com" />
<meta
name="fc:frame"
content='{
"version": "next",
"imageUrl": "https://server.weeklyhackathon.com/hackathon-banner.png",
"button": {
"title": "weekly $hackathon",
"action": {
"type": "launch_frame",
"name": "weekly $hackathon",
"url": "https://server.weeklyhackathon.com",
"splashImageUrl": "https://server.weeklyhackathon.com/hackathon.png",
"splashBackgroundColor": "#eeeee4"
}
}
}'
/>
<meta
name="fc:frame:image"
content="https://server.weeklyhackathon.com/hackathon.png"
/>
<meta
name="og:image"
content="https://server.weeklyhackathon.com/hackathon.png"
/>
<meta property="og:description" content="weekly $hackathon" />
<title>Weekly $Hackathon</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>