57 lines
2.7 KiB
HTML
57 lines
2.7 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Rosetta - Secure & Private Messaging | End-to-End Encrypted Chat</title>
|
|
<meta name="description" content="Rosetta is a secure, fast, and private messaging app with military-grade end-to-end encryption. Download for macOS, Windows, and Linux. No phone number required." />
|
|
<meta name="keywords" content="secure messaging, encrypted chat, private messenger, end-to-end encryption, secure communication" />
|
|
<meta name="author" content="Rosetta Team" />
|
|
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://rosetta.im/" />
|
|
<meta property="og:title" content="Rosetta - Secure Messaging for Everyone" />
|
|
<meta property="og:description" content="End-to-end encrypted messaging app with zero-knowledge architecture. Download for macOS, Windows, Linux." />
|
|
<meta property="og:image" content="/og-image.png" />
|
|
<meta property="og:site_name" content="Rosetta" />
|
|
<meta property="og:locale" content="en_US" />
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:url" content="https://rosetta.im/" />
|
|
<meta name="twitter:title" content="Rosetta - Secure Messaging for Everyone" />
|
|
<meta name="twitter:description" content="End-to-end encrypted messaging app with zero-knowledge architecture." />
|
|
<meta name="twitter:image" content="/og-image.png" />
|
|
<link rel="canonical" href="https://rosetta.im/" />
|
|
<link rel="icon" href="favicon.ico" />
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
|
<meta name="theme-color" content="#0066ff" />
|
|
<meta name="color-scheme" content="light dark" />
|
|
<meta name="format-detection" content="telephone=no" />
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "SoftwareApplication",
|
|
"name": "Rosetta",
|
|
"description": "Secure end-to-end encrypted messaging application",
|
|
"url": "https://rosetta.im",
|
|
"applicationCategory": "CommunicationApplication",
|
|
"operatingSystem": ["Windows", "macOS", "Linux"],
|
|
"offers": {
|
|
"@type": "Offer",
|
|
"price": "0",
|
|
"priceCurrency": "USD"
|
|
},
|
|
"aggregateRating": {
|
|
"@type": "AggregateRating",
|
|
"ratingValue": "4.8",
|
|
"ratingCount": "1500"
|
|
},
|
|
"image": "/og-image.png"
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|