-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
31 lines (29 loc) · 1.53 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gno Faucet Hub</title>
<meta name="description" content="Welcome to Gno Faucet Hub, a clean UI interface for all the faucets in the Gno ecosystem" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@_gnoland" />
<meta name="twitter:title" content="Gno Faucet Hub" />
<meta property="og:site_name" content="faucet.gnoteam.com" />
<meta property="og:title" content="Gno Faucet Hub" />
<meta property="og:description" content="Welcome to Gno Faucet Hub, a clean UI interface for all the faucets in the Gno ecosystem" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://faucet.gnoteam.com/" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image" content="https://faucet.gnoteam.com/og-gnoland.png" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<!-- 100% privacy-first analytics -->
<script async defer src="https://sa.gno.services/latest.js"></script>
<noscript><img src="https://sa.gno.services/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript>
</body>
</html>