-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (48 loc) · 3.19 KB
/
Copy pathindex.html
File metadata and controls
55 lines (48 loc) · 3.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>SyncStr - Nostr Profile Sync Tool | Keep Your Identity Synchronized</title>
<meta name="title" content="SyncStr - Nostr Profile Sync Tool | Keep Your Identity Synchronized" />
<meta name="description" content="Keep your Nostr profile perfectly synchronized across relays. Transfer contacts, bookmarks, communities, interests and more. Secure, fast profile sync with complete ownership of your identity." />
<meta name="keywords" content="nostr, profile sync, relay sync, decentralized social, nostr tools, profile backup, nostr identity, blockchain social media, web3, decentralized identity" />
<meta name="author" content="SyncStr Team" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://syncstr.com" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://syncstr.com" />
<meta property="og:title" content="SyncStr - Nostr Profile Sync Tool" />
<meta property="og:description" content="Keep your Nostr profile perfectly synchronized across relays. Secure, fast profile data transfer with complete ownership of your identity." />
<meta property="og:image" content="https://syncstr.shakespeare.wtf/og-image.jpg" />
<meta property="og:site_name" content="SyncStr" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://syncstr.com" />
<meta property="twitter:title" content="SyncStr - Nostr Profile Sync Tool" />
<meta property="twitter:description" content="Keep your Nostr profile perfectly synchronized across relays. Transfer all your profile data securely between Nostr relays." />
<meta property="twitter:image" content="https://syncstr.shakespeare.wtf/og-image.jpg" />
<!-- App Meta Tags -->
<meta name="theme-color" content="#8b5cf6" />
<meta name="msapplication-TileColor" content="#8b5cf6" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="SyncStr" />
<meta name="application-name" content="SyncStr" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="apple-touch-icon" href="/favicon.png" />
<!-- Note: Structured data moved to external file to comply with CSP -->
<!-- Security & Performance -->
<meta http-equiv="content-security-policy" content="default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; frame-src 'self' https:; font-src 'self'; base-uri 'self'; manifest-src 'self'; connect-src 'self' blob: https: wss:; img-src 'self' data: blob: https:; media-src 'self' https:">
<link rel="manifest" href="/manifest.webmanifest">
<link rel="preconnect" href="https://fonts.googleapis.com">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>