-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 1.86 KB
/
index.html
File metadata and controls
38 lines (38 loc) · 1.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Let's visionOS 2025</title>
<meta name="description" content="Spatial Computing + AI + iOS = ♾️">
<link href="https://framerusercontent.com/images/gPCYwHQL7gMZY6JSXBBJHfWyco.png" rel="icon" media="(prefers-color-scheme: light)">
<link href="https://framerusercontent.com/images/gPCYwHQL7gMZY6JSXBBJHfWyco.png" rel="icon" media="(prefers-color-scheme: dark)">
<link rel="apple-touch-icon" href="https://framerusercontent.com/images/dlheWG5QgnWB4FPmjK8xjw1Jeg.png">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:title" content="Let's visionOS 2025">
<meta property="og:description" content="Spatial Computing + AI + iOS = ♾️">
<meta property="og:image" content="https://framerusercontent.com/assets/7hcvu4xIl0WwyScpUQKbrU3MpQ.png" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Let's visionOS 2025">
<meta name="twitter:description" content="Spatial Computing + AI + iOS = ♾️">
<meta name="twitter:image" content="https://framerusercontent.com/assets/7hcvu4xIl0WwyScpUQKbrU3MpQ.png" />
<meta property="og:url" content="https://letsvisionos.swiftgg.team/">
<script>
function redirectBasedOnLanguage() {
// 检查用户语言是否包含中文
if (navigator.language.includes('zh')) {
// 如果是中文,跳转到中文页面
window.location.href = '/page/cn/';
} else {
// 否则,跳转到英文页面
window.location.href = '/page/';
}
}
</script>
</head>
<body onload="redirectBasedOnLanguage();">
<p>Let's visionOS 2025</p>
<p>Redirecting based on your language preference...</p>
</body>
</html>