-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
41 lines (35 loc) · 2.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/assets/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="/assets/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="/assets/android-chrome-512x512.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Giveth Names - Names for public goods</title>
<!-- @todo -->
<meta name="description" content="Mint yourself a .giveth name and contribute to public goods funding! 80% of minting proceeds goes to the Giveth Matching Pool.">
<meta name="keywords" content="domains, domain, DNS, TLD, blockchain, crypto, chain, xdai, gnosis, giveth, names, usernames, web3, social, public, goods">
<meta name="author" content="Tempe Techie">
<meta property="og:title" content="Giveth Names" />
<meta property="og:description" content="Mint yourself a .giveth name and contribute to public goods funding! 80% of minting proceeds goes to the Giveth Matching Pool." />
<meta property="og:image" content="https://giveth.punk.domains/assets/cover.png" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@Givethio">
<meta name="twitter:creator" content="@Givethio">
<meta name="twitter:title" content="Giveth Names">
<meta name="twitter:description" content="Mint yourself a .giveth name and contribute to public goods funding! 80% of minting proceeds goes to the Giveth Matching Pool.">
<meta name="twitter:image" content="https://giveth.punk.domains/assets/cover.png">
</head>
<body>
<div id="app"></div>
<script src="/assets/js/walletConnect.js"></script><!-- @todo: edit this file based on the blockchain used (find @todos inside this file in /public/assets/js/walletConnect.js) -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@walletconnect/[email protected]/dist/umd/index.min.js"></script>
-->
<script type="module" src="/src/main.ts"></script>
</body>
</html>