-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (38 loc) · 2.31 KB
/
Copy pathindex.html
File metadata and controls
45 lines (38 loc) · 2.31 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="theme-color" content="#2563EB" />
<meta name="description"
content="ZimPay — modern banking simulation. Send and receive money instantly with secure authentication, real-time transactions, and beautiful UI." />
<meta name="keywords" content="banking app, money transfer, digital wallet, ZimPay, secure transactions" />
<meta name="author" content="Tapiwa Makandigona" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://zimpay.tapiwa.me/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://zimpay.tapiwa.me/" />
<meta property="og:title" content="ZimPay - Modern Banking Made Simple" />
<meta property="og:description"
content="Experience realistic banking features with ZimPay's secure transaction platform. Send money, track transactions, and manage your account." />
<meta property="og:image" content="https://zimpay.tapiwa.me/og-image.png" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://zimpay.tapiwa.me/" />
<meta name="twitter:title" content="ZimPay - Modern Banking Made Simple" />
<meta name="twitter:description"
content="Send and receive money instantly with secure authentication and real-time transactions." />
<meta name="twitter:image" content="https://zimpay.tapiwa.me/twitter-card.png" />
<!-- Content Security Policy -->
<meta http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self' 'unsafe-inline' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https: blob:; connect-src 'self' https://ilhwoebtxxkudihfgmub.supabase.co wss://ilhwoebtxxkudihfgmub.supabase.co;" />
<link rel="icon" type="image/svg+xml"
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>💳</text></svg>" />
<title>ZimPay - Banking Made Simple</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>