-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (22 loc) · 1.23 KB
/
index.html
File metadata and controls
27 lines (22 loc) · 1.23 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="talentapp:project_verification" content="7ba47bf6be87b95905edb81be5262d104c436e9df0304d294751a22a7effe61d371fffb658ee95074a942125eb95e645831ca1538119f749a8d57638e3d4b4ae">
<title>BatchPay - Efficient Batch Payments on Base</title>
<meta name="description" content="BatchPay enables efficient batch payments on the Base blockchain with low fees and fast transactions" />
<meta name="author" content="BatchPay Team" />
<meta property="og:title" content="BatchPay - Efficient Batch Payments on Base" />
<meta property="og:description" content="BatchPay enables efficient batch payments on the Base blockchain with low fees and fast transactions" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/assets/batchpay-og.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@BatchPayApp" />
<meta name="twitter:image" content="/assets/batchpay-og.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>