-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (54 loc) · 3.47 KB
/
index.html
File metadata and controls
60 lines (54 loc) · 3.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Marix - Modern Zero-Knowledge SSH Client</title>
<meta name="description" content="Secure SSH client with client-side encryption. Connect via SSH, SFTP, FTP, RDP with zero-knowledge security. Free download for Windows, macOS, Linux." />
<meta name="keywords" content="SSH client, SFTP client, FTP client, RDP client, zero-knowledge encryption, terminal emulator, secure SSH, SSH manager, remote server management, Argon2id encryption, database client, MySQL client, PostgreSQL client, SSH key manager, port forwarding, Marix, cross-platform SSH, open source SSH" />
<meta name="author" content="marixdev" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://marix.dev" />
<!-- Open Graph / Facebook -->
<meta property="og:title" content="Marix - Modern Zero-Knowledge SSH Client" />
<meta property="og:description" content="Secure SSH client with SSH, SFTP, FTP, RDP support and zero-knowledge encryption" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://marix.dev" />
<meta property="og:image" content="https://marix.dev/banner.png" />
<meta property="og:image:alt" content="Marix SSH Client" />
<meta property="og:site_name" content="Marix" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Marix - Modern Zero-Knowledge SSH Client" />
<meta name="twitter:description" content="Secure SSH client with SSH, SFTP, FTP, RDP support and zero-knowledge encryption" />
<meta name="twitter:image" content="https://marix.dev/banner.png" />
<!-- Alternate Languages -->
<link rel="alternate" hreflang="en" href="https://marix.dev?lang=en" />
<link rel="alternate" hreflang="vi" href="https://marix.dev?lang=vi" />
<link rel="alternate" hreflang="zh" href="https://marix.dev?lang=zh" />
<link rel="alternate" hreflang="ja" href="https://marix.dev?lang=ja" />
<link rel="alternate" hreflang="ko" href="https://marix.dev?lang=ko" />
<link rel="alternate" hreflang="de" href="https://marix.dev?lang=de" />
<link rel="alternate" hreflang="fr" href="https://marix.dev?lang=fr" />
<link rel="alternate" hreflang="es" href="https://marix.dev?lang=es" />
<link rel="alternate" hreflang="pt" href="https://marix.dev?lang=pt" />
<link rel="alternate" hreflang="ru" href="https://marix.dev?lang=ru" />
<link rel="alternate" hreflang="th" href="https://marix.dev?lang=th" />
<link rel="alternate" hreflang="id" href="https://marix.dev?lang=id" />
<link rel="alternate" hreflang="ms" href="https://marix.dev?lang=ms" />
<link rel="alternate" hreflang="fil" href="https://marix.dev?lang=fil" />
<link rel="alternate" hreflang="x-default" href="https://marix.dev" />
<!-- PWA / Mobile -->
<meta name="theme-color" content="#0ea5e9" />
<meta name="application-name" content="Marix" />
<meta name="apple-mobile-web-app-title" content="Marix" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<link rel="icon" type="image/png" href="/icon.png" />
<link rel="apple-touch-icon" href="/icon.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>