Skip to content

Commit c75aad7

Browse files
committed
feat: add first meta info
1 parent aea5f0c commit c75aad7

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

index.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,23 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + Vue + TS</title>
7+
<title>Gno Faucet Hub</title>
8+
<meta name="description" content="Welcome to Gno Faucet Hub, a clean UI interface for all the faucets in the Gno ecosystem" />
9+
10+
<meta name="twitter:card" content="summary_large_image" />
11+
<meta name="twitter:site" content="@_gnoland" />
12+
<meta name="twitter:title" content="Gno Faucet Hub" />
13+
<meta property="og:site_name" content="faucet.gnoteam.com" />
14+
<meta property="og:title" content="Gno Faucet Hub" />
15+
<meta property="og:description" content="Welcome to Gno Faucet Hub, a clean UI interface for all the faucets in the Gno ecosystem" />
16+
<meta property="og:type" content="website" />
17+
<meta property="og:url" content="https://faucet.gnoteam.com/" />
18+
<meta property="og:image:width" content="1200" />
19+
<meta property="og:image:height" content="630" />
20+
21+
<meta property="og:image" content="https://faucet.gnoteam.com/og.jpg" />
822
</head>
923
<body>
1024
<div id="app"></div>

public/favicon.ico

14.7 KB
Binary file not shown.

public/og.jpg

91.2 KB
Loading

public/vite.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)