-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (28 loc) · 1.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>TOKEN LISTER [ERC20] [Developer: Nishant V]</title>
<meta name="description" content="ERC20 Token Lister APP created using Vite+React by Nishant V" />
<!-- Generic Meta Tags -->
<meta property="og:title" content="Token Lister DApp" />
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta property="og:image" content="https://yourimageshare.com/ib/IGuDcADeCy.webp" />
<meta property="og:description" content="ERC20 Token Lister APP created using Vite+React by Nishant" />
<!-- Twitter Meta Tags -->
<meta name="twitter:title" content="ERC20 Token Lister DApp" >
<meta name="twitter:card" content="summary_large_image" >
<meta property="twitter:domain" content="" >
<meta property="twitter:url" content="" >
<meta name="twitter:image" content="https://yourimageshare.com/ib/IGuDcADeCy.webp" >
<meta name="twitter:description" content="ERC20 Token Lister APP created using Vite+React by Nishant" />
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="manifest" href="/manifest.json" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>