-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
107 lines (99 loc) 路 5.01 KB
/
Copy pathindex.html
File metadata and controls
107 lines (99 loc) 路 5.01 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!doctype html>
<html lang="en">
<head>
<!-- 1. Critical -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- 2. Title + SEO -->
<title>ZethraOS: AI-Native OS for Every Screen</title>
<meta
name="description"
content="Beyond Android. Beyond mobile. ZethraOS is an AI-native, self-healing OS for every screen: mobile, tablet, TV, laptop, wearables and beyond. Built on Linux, powered by ZethraAI."
/>
<meta name="keywords" content="ZethraOS, AI OS, self-healing OS, Linux mobile, Rust OS, privacy OS, Android alternative, ZethraAI, AI operating system" />
<meta name="author" content="ZethraOS" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://zethraos.com" />
<!-- 3. Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="ZethraOS" />
<meta property="og:url" content="https://zethraos.com" />
<meta property="og:title" content="ZethraOS: AI-Native OS for Every Screen" />
<meta
property="og:description"
content="Beyond Android. Beyond mobile. ZethraOS is an AI-native, self-healing OS for every screen: mobile, tablet, TV, laptop, wearables and beyond. Built on Linux, powered by ZethraAI."
/>
<meta property="og:image" content="https://zethraos.com/images/ZethraOS_logo.png" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<meta property="og:image:alt" content="ZethraOS: AI-Native OS for Every Screen" />
<meta property="og:locale" content="en_US" />
<!-- 4. Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@ZethraOS" />
<meta name="twitter:creator" content="@ZethraOS" />
<meta name="twitter:url" content="https://zethraos.com" />
<meta name="twitter:title" content="ZethraOS: AI-Native OS for Every Screen" />
<meta
name="twitter:description"
content="Beyond Android. Beyond mobile. Rust-first, privacy-first, autonomous. One OS, one AI engine, every screen."
/>
<meta name="twitter:image" content="https://zethraos.com/images/ZethraOS_logo.png" />
<meta name="twitter:image:alt" content="ZethraOS: AI-Native OS for Every Screen" />
<!-- 5. Favicons -->
<link rel="icon" href="/icons/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png" />
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<!-- 6. PWA / Platform -->
<meta name="theme-color" content="#020c1b" />
<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="ZethraOS" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="application-name" content="ZethraOS" />
<meta name="msapplication-TileColor" content="#020c1b" />
<meta name="msapplication-TileImage" content="/images/ZethraOS_logo.png" />
<!-- 7. Security -->
<meta http-equiv="X-Frame-Options" content="SAMEORIGIN" />
<!-- 8. Schema.org -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "ZethraOS",
"url": "https://zethraos.com",
"logo": "https://zethraos.com/images/ZethraOS_logo.png",
"image": "https://zethraos.com/images/ZethraOS_logo.png",
"description": "Beyond Android. Beyond mobile. ZethraOS is an AI-native, self-healing OS for every screen: mobile, tablet, TV, laptop, wearables and beyond. Built on Linux 6.x, powered by ZethraAI, the world's first autonomous self-healing engine.",
"applicationCategory": "OperatingSystem",
"operatingSystem": "Linux",
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" },
"license": "https://www.apache.org/licenses/LICENSE-2.0",
"sameAs": [
"https://github.com/ZethraOS",
"https://www.linkedin.com/company/zethraos/",
"https://www.instagram.com/ZethraOS/"
],
"author": {
"@type": "Organization",
"name": "ZethraOS",
"url": "https://zethraos.com"
}
}
</script>
<!-- 9. Fonts -->
<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=Orbitron:wght@400;600;700;900&family=Syne:wght@300;400;500;600&family=JetBrains+Mono:wght@300;400&display=swap"
rel="stylesheet"
/>
<script type="module" crossorigin src="/assets/index-CBgn3Ln6.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BpZQU7Eu.css">
</head>
<body>
<div id="root"></div>
</body>
</html>