-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
46 lines (43 loc) · 1.57 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
42
43
44
45
46
<!doctype html>
<html lang="en">
<head>
<title>
Bot-Pad
</title>
<meta
name="title"
content="BotPad | Bundle of Solana Trading Bots such as copytradinig , sniping , volume bot running on Solana dex like Pump.fun , Raydium"
/>
<meta
name="description"
content="Bundle of Solana Trading Bots such as copytradinig , sniping , volume bot running on Solana dex like Pump.fun , Raydium"
/>
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://bot-pad-frontend.vercel.app"
/>
<meta property="og:title" content="Solana Trading Bot" />
<meta
property="og:description"
content="Bundle of Solana Trading Bots such as copytradinig , sniping , volume bot running on Solana dex like Pump.fun , Raydium"
/>
<meta property="og:image" content="/images/screenshot/solkeen.png" />
<!-- Twitter -->
<meta
property="twitter:card"
content="'BotPad' Bundle of Solana Trading Bots such as copytradinig , sniping , volume bot"
/>
<meta property="twitter:url" content="https://metatags.io/" />
<meta property="twitter:title" content="Solana Trading Bot" />
<meta
property="twitter:description"
content="BotPad | Bundle of Solana Trading Bots such as copytradinig , sniping , volume bot running on Solana dex like Pump.fun , Raydium"
/>
<meta property="twitter:image" content="/images/avatar/avatar.gif" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>