-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (31 loc) · 2.01 KB
/
Copy pathindex.html
File metadata and controls
33 lines (31 loc) · 2.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Grantless — The Invisible Handout</title>
<meta name="description" content="Grantless — The Invisible Handout. Crowdfunded grants for open-source work, on Catallax." />
<link rel="icon" href="/favicon.ico" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Grantless — The Invisible Handout" />
<meta property="og:description" content="Crowdfunded grants for open-source work, on Catallax. A permissionless, pleb-funded grant ecosystem on Nostr." />
<meta property="og:site_name" content="Grantless" />
<meta property="og:image" content="https://vcavallo.nyc3.cdn.digitaloceanspaces.com/images/catallax-logo-1-transparent.png" />
<meta property="og:image:alt" content="Grantless" />
<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Grantless — The Invisible Handout" />
<meta name="twitter:description" content="Crowdfunded grants for open-source work, on Catallax. A permissionless, pleb-funded grant ecosystem on Nostr." />
<meta name="twitter:image" content="https://vcavallo.nyc3.cdn.digitaloceanspaces.com/images/catallax-logo-1-transparent.png" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta http-equiv="content-security-policy" content="default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; frame-src 'self' https:; font-src 'self'; base-uri 'self'; manifest-src 'self'; connect-src 'self' blob: https: wss:; img-src 'self' data: blob: https:; media-src 'self' https:">
<link rel="manifest" href="/manifest.webmanifest">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>