-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 2.14 KB
/
index.html
File metadata and controls
29 lines (29 loc) · 2.14 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
28
29
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>StablePay — Unified P2P Remittance + Merchant POS on Algorand</title>
<meta name="description" content="StablePay enables real-time, low-cost cross-border remittances and merchant payments on Algorand. Send USDC instantly with 3.6s finality and near-zero fees." />
<meta name="author" content="StablePay Team" />
<meta property="og:title" content="StablePay — Unified P2P Remittance + Merchant POS on Algorand" />
<meta property="og:description" content="StablePay enables real-time, low-cost cross-border remittances and merchant payments on Algorand. Send USDC instantly with 3.6s finality and near-zero fees." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://github.com/Mosss-OS/stablepay" />
<meta property="og:image" content="https://raw.githubusercontent.com/Mosss-OS/stablepay/main/public/stablePay_logo.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="StablePay — Unified P2P Remittance + Merchant POS on Algorand" />
<meta name="twitter:description" content="StablePay enables real-time, low-cost cross-border remittances and merchant payments on Algorand. Send USDC instantly with 3.6s finality and near-zero fees." />
<meta name="twitter:image" content="https://raw.githubusercontent.com/Mosss-OS/stablepay/main/public/stablePay_logo.png" />
<link rel="icon" type="image/png" href="/stablePay_logo.png" sizes="32x32">
<link rel="icon" type="image/png" href="/stablePay_logo.png" sizes="16x16">
<link rel="apple-touch-icon" href="/stablePay_logo.png">
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap" rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>