-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 915 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (20 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="PayAnywhere — Cross-chain payment links powered by Solana, LI.FI, and x402. Accept payments from any chain, settle in USDC." />
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0L13.0622 3.5V10.5L7 14L0.937822 10.5V3.5L7 0Z' fill='%238B5CF6'/%3E%3C/svg%3E" />
<script type="module">
import { Buffer } from 'https://esm.sh/buffer@6.0.3';
window.Buffer = Buffer;
window.global = window;
window.process = { env: {} };
</script>
<title>PayAnywhere — Cross-Chain Payments</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>