-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (76 loc) · 5.57 KB
/
index.html
File metadata and controls
87 lines (76 loc) · 5.57 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Brand icon manifest. `__SITE_VERSION__` is replaced at build time by
the `lendpay-site-version` Vite plugin, which sources its value from
SITE_VERSION in src/lib/versionCheck.ts. Bump that constant on any
deploy that ships new icon/manifest assets and every URL below — plus
the in-app reload toast — invalidates in lockstep. -->
<link rel="icon" type="image/x-icon" href="/favicon.svg?v=__SITE_VERSION__">
<link rel="icon" type="image/png" sizes="192x192" href="/icon-192.png?v=__SITE_VERSION__" />
<link rel="icon" type="image/png" sizes="512x512" href="/icon-512.png?v=__SITE_VERSION__" />
<!-- Apple home-screen icons (iOS picks the closest size; 180px is the iPhone default) -->
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152.png?v=__SITE_VERSION__" />
<link rel="apple-touch-icon" sizes="167x167" href="/apple-touch-icon-167.png?v=__SITE_VERSION__" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=__SITE_VERSION__" />
<!-- Legacy IE/Edge "Add to favorites" shortcut fallback -->
<link rel="shortcut icon" href="/icon-192.png?v=__SITE_VERSION__" type="image/png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=__SITE_VERSION__" color="#3366FF" />
<link rel="manifest" href="/site.webmanifest?v=__SITE_VERSION__" />
<meta name="theme-color" content="#0D1117" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="LendPay" />
<meta name="application-name" content="LendPay" />
<meta name="msapplication-TileColor" content="#0D1117" />
<meta name="msapplication-TileImage" content="/icon-192.png?v=__SITE_VERSION__" />
<title>LendPay — Repay DeFi Loans on Any Chain with USDC</title>
<meta name="description" content="Repay DeFi loans on any chain using USDC on Base. One simple workflow — no wallet required on the destination chain. Powered by KeeperHub.">
<meta name="author" content="LendPay" />
<meta name="keywords" content="LendPay, DeFi, USDC, Base, Algorand, cross-chain, loan repayment, KeeperHub, x402" />
<!-- Indexing policy. `index, follow` lets crawlers index the page;
`max-image-preview:large` is required for Google to surface the
OG image in rich results. Per-bot directives mirror the defaults
but make intent explicit for Googlebot and Bingbot. -->
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<meta name="googlebot" content="index, follow, max-image-preview:large, max-snippet:-1" />
<meta name="bingbot" content="index, follow" />
<!-- Sitemap discovery for crawlers that prefer the <link> hint over
robots.txt. The /sitemap.xml file is generated by the Vite plugin
from public/sitemap.xml.tmpl and uses the resolved canonical origin. -->
<link rel="sitemap" type="application/xml" href="/sitemap.xml" />
<!-- Canonical URL. `__SITE_URL__` is replaced at build time by the
`lendpay-site-version` Vite plugin from VITE_SITE_URL (default
https://lendpay.app). Set VITE_SITE_URL in your env before publish
to point crawlers at your live origin. -->
<link rel="canonical" href="__SITE_URL__/" />
<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=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
<!-- Open Graph (Facebook, LinkedIn, Slack, Discord, etc.) -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="LendPay" />
<meta property="og:url" content="__SITE_URL__/" />
<meta property="og:image" content="https://storage.googleapis.com/gpt-engineer-file-uploads/attachments/og-images/06c16e74-d47a-4c6f-a175-1b84880ffffe">
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="LendPay — Pay on Base · KeeperHub Agent · Execute Anywhere" />
<meta property="og:locale" content="en_US" />
<!-- Twitter / X -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="__SITE_URL__/" />
<meta name="twitter:image" content="https://storage.googleapis.com/gpt-engineer-file-uploads/attachments/og-images/06c16e74-d47a-4c6f-a175-1b84880ffffe">
<meta name="twitter:image:alt" content="LendPay — Pay on Base · KeeperHub Agent · Execute Anywhere" />
<meta property="og:title" content="LendPay — Repay DeFi Loans on Any Chain with USDC">
<meta name="twitter:title" content="LendPay — Repay DeFi Loans on Any Chain with USDC">
<meta property="og:description" content="Repay DeFi loans on any chain using USDC on Base. One simple workflow — no wallet required on the destination chain. Powered by KeeperHub.">
<meta name="twitter:description" content="Repay DeFi loans on any chain using USDC on Base. One simple workflow — no wallet required on the destination chain. Powered by KeeperHub.">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>