Open service 2a00:1450:4001:803::2013:443 · www.jetlink.tw
2026-01-12 11:29
HTTP/1.1 200 OK
date: Mon, 12 Jan 2026 11:29:10 GMT
expires: Mon, 12 Jan 2026 11:39:10 GMT
cache-control: public, max-age=600
etag: "bgGlQg"
x-cloud-trace-context: 903515f9e220a972b995f948bd71eb5c
content-type: text/html
server: Google Frontend
Transfer-Encoding: chunked
Connection: close
Page title: JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗</title>
<meta name="description" content="JetLink 全球漫遊卡提供最優質的旅遊上網服務,讓您無憂無慮地探索新天地。">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap" rel="stylesheet">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#c8a064', // Logo 金
'brand-blue': '#0a1f44', // Logo 深藍
secondary: '#334155',
},
fontFamily: {
sans: ['"Noto Sans TC"', 'sans-serif'],
}
}
}
}
</script>
<style>
/* 背景緩慢移動動畫 (Ken Burns Effect) */
@keyframes move-slow {
0% { transform: scale(1) translate(0, 0); }
50% { transform: scale(1.1) translate(-1%, -1%); }
100% { transform: scale(1) translate(0, 0); }
}
.animate-bg-slow {
animation: move-slow 20s infinite ease-in-out;
}
/* 飛機飛行動畫 - 速度感優化 */
@keyframes fly-fast {
0% {
transform: translate(-20vw, 20vh) rotate(45deg);
opacity: 0;
}
10% {
opacity: 0.8; /* 提高不透明度,讓飛機更明顯 */
}
90% {
opacity: 0.8;
}
100% {
transform: translate(120vw, -20vh) rotate(45deg);
opacity: 0;
}
}
/* 雲朵飄動動畫 */
@keyframes float-cloud {
0% { transform: translateX(-100vw); opacity: 0; }
10% { opacity: 0.4; }
90% { opacity: 0.4; }
100% { transform: translateX(100vw); opacity: 0; }
}
.flying-plane {
position: fixed;
z-index: 30; /* 在背景之上,但在導覽列之下 */
pointer-events: none;
animation-name: fly-fast;
animation-timing-function: linear;
animation-iteration-count: infinite;
filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1)); /* 加一點陰影增加立體感 */
}
.floating-cloud {
position: fixed;
z-index: 20; /* 在飛機後面 */
pointer-events: none;
animation-name: float-cloud;
animation-timing-function: linear;
animation-iteration-count: infinite;
color: rgba(255, 255, 255, 0.6); /* 半透明白雲 */
}
</style>
</head>
<body class="font-sans text-gray-700 antialiased bg-white relative overflow-x-hidden">
<!-- 動態背景容器 -->
<div id="sky-container" class="fixed inset-0 overflow-hidden pointer-events-none z-0">
<!-- 飛機與雲朵將由 JS 動態生成 -->
</div>
<!-- Navigation -->
<nav class="fixed w-full bg-white/90 backdrop-blur-sm shadow-sm z-50 transition-all duration-300">
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
<a href="#" class="text-xl font-bold tracking-tight text-brand-blue flex items-center gap-2">
<img src="Jetlink-Logo.png" alt="JetLink Logo" class="h-10 w-auto">
JetLink 全球漫遊卡
</a>
<a href="https://lin.ee/qI2qViq" target="_blank" class="bg-[#00B900] text-white px-4 py-2 rounded-lg text-sm font-medium hover:bg-[#009900] transition flex items-ce
Open service 142.250.74.211:80 · www.jetlink.tw
2026-01-12 11:29
HTTP/1.1 200 OK
x-cloud-trace-context: 52da8bd8f85f5c1e25eddaddbd50915e
server: Google Frontend
Date: Mon, 12 Jan 2026 11:29:06 GMT
Expires: Mon, 12 Jan 2026 11:39:06 GMT
Cache-Control: public, max-age=600
ETag: "bgGlQg"
Content-Type: text/html
Content-Length: 11898
Age: 60
Connection: close
Page title: JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗</title>
<meta name="description" content="JetLink 全球漫遊卡提供最優質的旅遊上網服務,讓您無憂無慮地探索新天地。">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap" rel="stylesheet">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#c8a064', // Logo 金
'brand-blue': '#0a1f44', // Logo 深藍
secondary: '#334155',
},
fontFamily: {
sans: ['"Noto Sans TC"', 'sans-serif'],
}
}
}
}
</script>
<style>
/* 背景緩慢移動動畫 (Ken Burns Effect) */
@keyframes move-slow {
0% { transform: scale(1) translate(0, 0); }
50% { transform: scale(1.1) translate(-1%, -1%); }
100% { transform: scale(1) translate(0, 0); }
}
.animate-bg-slow {
animation: move-slow 20s infinite ease-in-out;
}
/* 飛機飛行動畫 - 速度感優化 */
@keyframes fly-fast {
0% {
transform: translate(-20vw, 20vh) rotate(45deg);
opacity: 0;
}
10% {
opacity: 0.8; /* 提高不透明度,讓飛機更明顯 */
}
90% {
opacity: 0.8;
}
100% {
transform: translate(120vw, -20vh) rotate(45deg);
opacity: 0;
}
}
/* 雲朵飄動動畫 */
@keyframes float-cloud {
0% { transform: translateX(-100vw); opacity: 0; }
10% { opacity: 0.4; }
90% { opacity: 0.4; }
100% { transform: translateX(100vw); opacity: 0; }
}
.flying-plane {
position: fixed;
z-index: 30; /* 在背景之上,但在導覽列之下 */
pointer-events: none;
animation-name: fly-fast;
animation-timing-function: linear;
animation-iteration-count: infinite;
filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1)); /* 加一點陰影增加立體感 */
}
.floating-cloud {
position: fixed;
z-index: 20; /* 在飛機後面 */
pointer-events: none;
animation-name: float-cloud;
animation-timing-function: linear;
animation-iteration-count: infinite;
color: rgba(255, 255, 255, 0.6); /* 半透明白雲 */
}
</style>
</head>
<body class="font-sans text-gray-700 antialiased bg-white relative overflow-x-hidden">
<!-- 動態背景容器 -->
<div id="sky-container" class="fixed inset-0 overflow-hidden pointer-events-none z-0">
<!-- 飛機與雲朵將由 JS 動態生成 -->
</div>
<!-- Navigation -->
<nav class="fixed w-full bg-white/90 backdrop-blur-sm shadow-sm z-50 transition-all duration-300">
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
<a href="#" class="text-xl font-bold tracking-tight text-brand-blue flex items-center gap-2">
<img src="Jetlink-Logo.png" alt="JetLink Logo" class="h-10 w-auto">
JetLink 全球漫遊卡
</a>
<a href="https://lin.ee/qI2qViq" target="_blank" class="bg-[#00B900] text-white px-4 py-2 rounded-lg text-sm font-medium hover:bg-[#009900] transition flex items-ce
Open service 2001:4860:4802:38::15:80 · jetlink.tw
2026-01-12 11:29
HTTP/1.1 200 OK
date: Mon, 12 Jan 2026 11:30:06 GMT
expires: Mon, 12 Jan 2026 11:40:06 GMT
cache-control: public, max-age=600
etag: "bgGlQg"
x-cloud-trace-context: c807bd1cb37a087d432f74e5e2475227
content-type: text/html
server: Google Frontend
Connection: close
Transfer-Encoding: chunked
Page title: JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗</title>
<meta name="description" content="JetLink 全球漫遊卡提供最優質的旅遊上網服務,讓您無憂無慮地探索新天地。">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap" rel="stylesheet">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#c8a064', // Logo 金
'brand-blue': '#0a1f44', // Logo 深藍
secondary: '#334155',
},
fontFamily: {
sans: ['"Noto Sans TC"', 'sans-serif'],
}
}
}
}
</script>
<style>
/* 背景緩慢移動動畫 (Ken Burns Effect) */
@keyframes move-slow {
0% { transform: scale(1) translate(0, 0); }
50% { transform: scale(1.1) translate(-1%, -1%); }
100% { transform: scale(1) translate(0, 0); }
}
.animate-bg-slow {
animation: move-slow 20s infinite ease-in-out;
}
/* 飛機飛行動畫 - 速度感優化 */
@keyframes fly-fast {
0% {
transform: translate(-20vw, 20vh) rotate(45deg);
opacity: 0;
}
10% {
opacity: 0.8; /* 提高不透明度,讓飛機更明顯 */
}
90% {
opacity: 0.8;
}
100% {
transform: translate(120vw, -20vh) rotate(45deg);
opacity: 0;
}
}
/* 雲朵飄動動畫 */
@keyframes float-cloud {
0% { transform: translateX(-100vw); opacity: 0; }
10% { opacity: 0.4; }
90% { opacity: 0.4; }
100% { transform: translateX(100vw); opacity: 0; }
}
.flying-plane {
position: fixed;
z-index: 30; /* 在背景之上,但在導覽列之下 */
pointer-events: none;
animation-name: fly-fast;
animation-timing-function: linear;
animation-iteration-count: infinite;
filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1)); /* 加一點陰影增加立體感 */
}
.floating-cloud {
position: fixed;
z-index: 20; /* 在飛機後面 */
pointer-events: none;
animation-name: float-cloud;
animation-timing-function: linear;
animation-iteration-count: infinite;
color: rgba(255, 255, 255, 0.6); /* 半透明白雲 */
}
</style>
</head>
<body class="font-sans text-gray-700 antialiased bg-white relative overflow-x-hidden">
<!-- 動態背景容器 -->
<div id="sky-container" class="fixed inset-0 overflow-hidden pointer-events-none z-0">
<!-- 飛機與雲朵將由 JS 動態生成 -->
</div>
<!-- Navigation -->
<nav class="fixed w-full bg-white/90 backdrop-blur-sm shadow-sm z-50 transition-all duration-300">
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
<a href="#" class="text-xl font-bold tracking-tight text-brand-blue flex items-center gap-2">
<img src="Jetlink-Logo.png" alt="JetLink Logo" class="h-10 w-auto">
JetLink 全球漫遊卡
</a>
<a href="https://lin.ee/qI2qViq" target="_blank" class="bg-[#00B900] text-white px-4 py-2 rounded-lg text-sm font-medium hover:bg-[#009900] transition flex items-ce
Open service 2a00:1450:4001:803::2013:80 · www.jetlink.tw
2026-01-12 11:29
HTTP/1.1 200 OK
x-cloud-trace-context: 52da8bd8f85f5c1e25eddaddbd50915e
server: Google Frontend
Date: Mon, 12 Jan 2026 11:29:06 GMT
Expires: Mon, 12 Jan 2026 11:39:06 GMT
Cache-Control: public, max-age=600
ETag: "bgGlQg"
Content-Type: text/html
Content-Length: 11898
Age: 60
Connection: close
Page title: JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗</title>
<meta name="description" content="JetLink 全球漫遊卡提供最優質的旅遊上網服務,讓您無憂無慮地探索新天地。">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap" rel="stylesheet">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#c8a064', // Logo 金
'brand-blue': '#0a1f44', // Logo 深藍
secondary: '#334155',
},
fontFamily: {
sans: ['"Noto Sans TC"', 'sans-serif'],
}
}
}
}
</script>
<style>
/* 背景緩慢移動動畫 (Ken Burns Effect) */
@keyframes move-slow {
0% { transform: scale(1) translate(0, 0); }
50% { transform: scale(1.1) translate(-1%, -1%); }
100% { transform: scale(1) translate(0, 0); }
}
.animate-bg-slow {
animation: move-slow 20s infinite ease-in-out;
}
/* 飛機飛行動畫 - 速度感優化 */
@keyframes fly-fast {
0% {
transform: translate(-20vw, 20vh) rotate(45deg);
opacity: 0;
}
10% {
opacity: 0.8; /* 提高不透明度,讓飛機更明顯 */
}
90% {
opacity: 0.8;
}
100% {
transform: translate(120vw, -20vh) rotate(45deg);
opacity: 0;
}
}
/* 雲朵飄動動畫 */
@keyframes float-cloud {
0% { transform: translateX(-100vw); opacity: 0; }
10% { opacity: 0.4; }
90% { opacity: 0.4; }
100% { transform: translateX(100vw); opacity: 0; }
}
.flying-plane {
position: fixed;
z-index: 30; /* 在背景之上,但在導覽列之下 */
pointer-events: none;
animation-name: fly-fast;
animation-timing-function: linear;
animation-iteration-count: infinite;
filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1)); /* 加一點陰影增加立體感 */
}
.floating-cloud {
position: fixed;
z-index: 20; /* 在飛機後面 */
pointer-events: none;
animation-name: float-cloud;
animation-timing-function: linear;
animation-iteration-count: infinite;
color: rgba(255, 255, 255, 0.6); /* 半透明白雲 */
}
</style>
</head>
<body class="font-sans text-gray-700 antialiased bg-white relative overflow-x-hidden">
<!-- 動態背景容器 -->
<div id="sky-container" class="fixed inset-0 overflow-hidden pointer-events-none z-0">
<!-- 飛機與雲朵將由 JS 動態生成 -->
</div>
<!-- Navigation -->
<nav class="fixed w-full bg-white/90 backdrop-blur-sm shadow-sm z-50 transition-all duration-300">
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
<a href="#" class="text-xl font-bold tracking-tight text-brand-blue flex items-center gap-2">
<img src="Jetlink-Logo.png" alt="JetLink Logo" class="h-10 w-auto">
JetLink 全球漫遊卡
</a>
<a href="https://lin.ee/qI2qViq" target="_blank" class="bg-[#00B900] text-white px-4 py-2 rounded-lg text-sm font-medium hover:bg-[#009900] transition flex items-ce
Open service 216.239.32.21:80 · jetlink.tw
2026-01-12 11:29
HTTP/1.1 200 OK
x-cloud-trace-context: ffc59dc27128666e207c2d307bea456c
server: Google Frontend
Date: Mon, 12 Jan 2026 11:29:06 GMT
Expires: Mon, 12 Jan 2026 11:39:06 GMT
Cache-Control: public, max-age=600
ETag: "bgGlQg"
Content-Type: text/html
Content-Length: 11898
Age: 60
Connection: close
Page title: JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗</title>
<meta name="description" content="JetLink 全球漫遊卡提供最優質的旅遊上網服務,讓您無憂無慮地探索新天地。">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap" rel="stylesheet">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#c8a064', // Logo 金
'brand-blue': '#0a1f44', // Logo 深藍
secondary: '#334155',
},
fontFamily: {
sans: ['"Noto Sans TC"', 'sans-serif'],
}
}
}
}
</script>
<style>
/* 背景緩慢移動動畫 (Ken Burns Effect) */
@keyframes move-slow {
0% { transform: scale(1) translate(0, 0); }
50% { transform: scale(1.1) translate(-1%, -1%); }
100% { transform: scale(1) translate(0, 0); }
}
.animate-bg-slow {
animation: move-slow 20s infinite ease-in-out;
}
/* 飛機飛行動畫 - 速度感優化 */
@keyframes fly-fast {
0% {
transform: translate(-20vw, 20vh) rotate(45deg);
opacity: 0;
}
10% {
opacity: 0.8; /* 提高不透明度,讓飛機更明顯 */
}
90% {
opacity: 0.8;
}
100% {
transform: translate(120vw, -20vh) rotate(45deg);
opacity: 0;
}
}
/* 雲朵飄動動畫 */
@keyframes float-cloud {
0% { transform: translateX(-100vw); opacity: 0; }
10% { opacity: 0.4; }
90% { opacity: 0.4; }
100% { transform: translateX(100vw); opacity: 0; }
}
.flying-plane {
position: fixed;
z-index: 30; /* 在背景之上,但在導覽列之下 */
pointer-events: none;
animation-name: fly-fast;
animation-timing-function: linear;
animation-iteration-count: infinite;
filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1)); /* 加一點陰影增加立體感 */
}
.floating-cloud {
position: fixed;
z-index: 20; /* 在飛機後面 */
pointer-events: none;
animation-name: float-cloud;
animation-timing-function: linear;
animation-iteration-count: infinite;
color: rgba(255, 255, 255, 0.6); /* 半透明白雲 */
}
</style>
</head>
<body class="font-sans text-gray-700 antialiased bg-white relative overflow-x-hidden">
<!-- 動態背景容器 -->
<div id="sky-container" class="fixed inset-0 overflow-hidden pointer-events-none z-0">
<!-- 飛機與雲朵將由 JS 動態生成 -->
</div>
<!-- Navigation -->
<nav class="fixed w-full bg-white/90 backdrop-blur-sm shadow-sm z-50 transition-all duration-300">
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
<a href="#" class="text-xl font-bold tracking-tight text-brand-blue flex items-center gap-2">
<img src="Jetlink-Logo.png" alt="JetLink Logo" class="h-10 w-auto">
JetLink 全球漫遊卡
</a>
<a href="https://lin.ee/qI2qViq" target="_blank" class="bg-[#00B900] text-white px-4 py-2 rounded-lg text-sm font-medium hover:bg-[#009900] transition flex items-ce
Open service 216.239.32.21:443 · jetlink.tw
2026-01-12 11:29
HTTP/1.1 200 OK
date: Mon, 12 Jan 2026 11:29:09 GMT
expires: Mon, 12 Jan 2026 11:39:09 GMT
cache-control: public, max-age=600
etag: "bgGlQg"
x-cloud-trace-context: 440b7e12fe8aa3c590165cf8b15c82a1
content-type: text/html
server: Google Frontend
Transfer-Encoding: chunked
Connection: close
Page title: JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗</title>
<meta name="description" content="JetLink 全球漫遊卡提供最優質的旅遊上網服務,讓您無憂無慮地探索新天地。">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap" rel="stylesheet">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#c8a064', // Logo 金
'brand-blue': '#0a1f44', // Logo 深藍
secondary: '#334155',
},
fontFamily: {
sans: ['"Noto Sans TC"', 'sans-serif'],
}
}
}
}
</script>
<style>
/* 背景緩慢移動動畫 (Ken Burns Effect) */
@keyframes move-slow {
0% { transform: scale(1) translate(0, 0); }
50% { transform: scale(1.1) translate(-1%, -1%); }
100% { transform: scale(1) translate(0, 0); }
}
.animate-bg-slow {
animation: move-slow 20s infinite ease-in-out;
}
/* 飛機飛行動畫 - 速度感優化 */
@keyframes fly-fast {
0% {
transform: translate(-20vw, 20vh) rotate(45deg);
opacity: 0;
}
10% {
opacity: 0.8; /* 提高不透明度,讓飛機更明顯 */
}
90% {
opacity: 0.8;
}
100% {
transform: translate(120vw, -20vh) rotate(45deg);
opacity: 0;
}
}
/* 雲朵飄動動畫 */
@keyframes float-cloud {
0% { transform: translateX(-100vw); opacity: 0; }
10% { opacity: 0.4; }
90% { opacity: 0.4; }
100% { transform: translateX(100vw); opacity: 0; }
}
.flying-plane {
position: fixed;
z-index: 30; /* 在背景之上,但在導覽列之下 */
pointer-events: none;
animation-name: fly-fast;
animation-timing-function: linear;
animation-iteration-count: infinite;
filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1)); /* 加一點陰影增加立體感 */
}
.floating-cloud {
position: fixed;
z-index: 20; /* 在飛機後面 */
pointer-events: none;
animation-name: float-cloud;
animation-timing-function: linear;
animation-iteration-count: infinite;
color: rgba(255, 255, 255, 0.6); /* 半透明白雲 */
}
</style>
</head>
<body class="font-sans text-gray-700 antialiased bg-white relative overflow-x-hidden">
<!-- 動態背景容器 -->
<div id="sky-container" class="fixed inset-0 overflow-hidden pointer-events-none z-0">
<!-- 飛機與雲朵將由 JS 動態生成 -->
</div>
<!-- Navigation -->
<nav class="fixed w-full bg-white/90 backdrop-blur-sm shadow-sm z-50 transition-all duration-300">
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
<a href="#" class="text-xl font-bold tracking-tight text-brand-blue flex items-center gap-2">
<img src="Jetlink-Logo.png" alt="JetLink Logo" class="h-10 w-auto">
JetLink 全球漫遊卡
</a>
<a href="https://lin.ee/qI2qViq" target="_blank" class="bg-[#00B900] text-white px-4 py-2 rounded-lg text-sm font-medium hover:bg-[#009900] transition flex items-ce
Open service 2001:4860:4802:36::15:443 · jetlink.tw
2026-01-12 11:29
HTTP/1.1 200 OK
date: Mon, 12 Jan 2026 11:29:09 GMT
expires: Mon, 12 Jan 2026 11:39:09 GMT
cache-control: public, max-age=600
etag: "bgGlQg"
x-cloud-trace-context: 118ee151fc7e4b20456530ec7b65bbde
content-type: text/html
server: Google Frontend
Transfer-Encoding: chunked
Connection: close
Page title: JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗</title>
<meta name="description" content="JetLink 全球漫遊卡提供最優質的旅遊上網服務,讓您無憂無慮地探索新天地。">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap" rel="stylesheet">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#c8a064', // Logo 金
'brand-blue': '#0a1f44', // Logo 深藍
secondary: '#334155',
},
fontFamily: {
sans: ['"Noto Sans TC"', 'sans-serif'],
}
}
}
}
</script>
<style>
/* 背景緩慢移動動畫 (Ken Burns Effect) */
@keyframes move-slow {
0% { transform: scale(1) translate(0, 0); }
50% { transform: scale(1.1) translate(-1%, -1%); }
100% { transform: scale(1) translate(0, 0); }
}
.animate-bg-slow {
animation: move-slow 20s infinite ease-in-out;
}
/* 飛機飛行動畫 - 速度感優化 */
@keyframes fly-fast {
0% {
transform: translate(-20vw, 20vh) rotate(45deg);
opacity: 0;
}
10% {
opacity: 0.8; /* 提高不透明度,讓飛機更明顯 */
}
90% {
opacity: 0.8;
}
100% {
transform: translate(120vw, -20vh) rotate(45deg);
opacity: 0;
}
}
/* 雲朵飄動動畫 */
@keyframes float-cloud {
0% { transform: translateX(-100vw); opacity: 0; }
10% { opacity: 0.4; }
90% { opacity: 0.4; }
100% { transform: translateX(100vw); opacity: 0; }
}
.flying-plane {
position: fixed;
z-index: 30; /* 在背景之上,但在導覽列之下 */
pointer-events: none;
animation-name: fly-fast;
animation-timing-function: linear;
animation-iteration-count: infinite;
filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1)); /* 加一點陰影增加立體感 */
}
.floating-cloud {
position: fixed;
z-index: 20; /* 在飛機後面 */
pointer-events: none;
animation-name: float-cloud;
animation-timing-function: linear;
animation-iteration-count: infinite;
color: rgba(255, 255, 255, 0.6); /* 半透明白雲 */
}
</style>
</head>
<body class="font-sans text-gray-700 antialiased bg-white relative overflow-x-hidden">
<!-- 動態背景容器 -->
<div id="sky-container" class="fixed inset-0 overflow-hidden pointer-events-none z-0">
<!-- 飛機與雲朵將由 JS 動態生成 -->
</div>
<!-- Navigation -->
<nav class="fixed w-full bg-white/90 backdrop-blur-sm shadow-sm z-50 transition-all duration-300">
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
<a href="#" class="text-xl font-bold tracking-tight text-brand-blue flex items-center gap-2">
<img src="Jetlink-Logo.png" alt="JetLink Logo" class="h-10 w-auto">
JetLink 全球漫遊卡
</a>
<a href="https://lin.ee/qI2qViq" target="_blank" class="bg-[#00B900] text-white px-4 py-2 rounded-lg text-sm font-medium hover:bg-[#009900] transition flex items-ce
Open service 2001:4860:4802:32::15:443 · jetlink.tw
2026-01-12 11:29
HTTP/1.1 200 OK
date: Mon, 12 Jan 2026 11:29:08 GMT
expires: Mon, 12 Jan 2026 11:39:08 GMT
cache-control: public, max-age=600
etag: "bgGlQg"
x-cloud-trace-context: 88e8783feb9750f5420c9e25b8847070;o=1
content-type: text/html
server: Google Frontend
Transfer-Encoding: chunked
Connection: close
Page title: JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗</title>
<meta name="description" content="JetLink 全球漫遊卡提供最優質的旅遊上網服務,讓您無憂無慮地探索新天地。">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap" rel="stylesheet">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#c8a064', // Logo 金
'brand-blue': '#0a1f44', // Logo 深藍
secondary: '#334155',
},
fontFamily: {
sans: ['"Noto Sans TC"', 'sans-serif'],
}
}
}
}
</script>
<style>
/* 背景緩慢移動動畫 (Ken Burns Effect) */
@keyframes move-slow {
0% { transform: scale(1) translate(0, 0); }
50% { transform: scale(1.1) translate(-1%, -1%); }
100% { transform: scale(1) translate(0, 0); }
}
.animate-bg-slow {
animation: move-slow 20s infinite ease-in-out;
}
/* 飛機飛行動畫 - 速度感優化 */
@keyframes fly-fast {
0% {
transform: translate(-20vw, 20vh) rotate(45deg);
opacity: 0;
}
10% {
opacity: 0.8; /* 提高不透明度,讓飛機更明顯 */
}
90% {
opacity: 0.8;
}
100% {
transform: translate(120vw, -20vh) rotate(45deg);
opacity: 0;
}
}
/* 雲朵飄動動畫 */
@keyframes float-cloud {
0% { transform: translateX(-100vw); opacity: 0; }
10% { opacity: 0.4; }
90% { opacity: 0.4; }
100% { transform: translateX(100vw); opacity: 0; }
}
.flying-plane {
position: fixed;
z-index: 30; /* 在背景之上,但在導覽列之下 */
pointer-events: none;
animation-name: fly-fast;
animation-timing-function: linear;
animation-iteration-count: infinite;
filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1)); /* 加一點陰影增加立體感 */
}
.floating-cloud {
position: fixed;
z-index: 20; /* 在飛機後面 */
pointer-events: none;
animation-name: float-cloud;
animation-timing-function: linear;
animation-iteration-count: infinite;
color: rgba(255, 255, 255, 0.6); /* 半透明白雲 */
}
</style>
</head>
<body class="font-sans text-gray-700 antialiased bg-white relative overflow-x-hidden">
<!-- 動態背景容器 -->
<div id="sky-container" class="fixed inset-0 overflow-hidden pointer-events-none z-0">
<!-- 飛機與雲朵將由 JS 動態生成 -->
</div>
<!-- Navigation -->
<nav class="fixed w-full bg-white/90 backdrop-blur-sm shadow-sm z-50 transition-all duration-300">
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
<a href="#" class="text-xl font-bold tracking-tight text-brand-blue flex items-center gap-2">
<img src="Jetlink-Logo.png" alt="JetLink Logo" class="h-10 w-auto">
JetLink 全球漫遊卡
</a>
<a href="https://lin.ee/qI2qViq" target="_blank" class="bg-[#00B900] text-white px-4 py-2 rounded-lg text-sm font-medium hover:bg-[#009900] transition flex items-ce
Open service 216.239.38.21:443 · jetlink.tw
2026-01-12 11:29
HTTP/1.1 200 OK
date: Mon, 12 Jan 2026 11:29:09 GMT
expires: Mon, 12 Jan 2026 11:39:09 GMT
cache-control: public, max-age=600
etag: "bgGlQg"
x-cloud-trace-context: a156388a693064fb5822d38ff2a5790c
content-type: text/html
server: Google Frontend
Transfer-Encoding: chunked
Connection: close
Page title: JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗</title>
<meta name="description" content="JetLink 全球漫遊卡提供最優質的旅遊上網服務,讓您無憂無慮地探索新天地。">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap" rel="stylesheet">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#c8a064', // Logo 金
'brand-blue': '#0a1f44', // Logo 深藍
secondary: '#334155',
},
fontFamily: {
sans: ['"Noto Sans TC"', 'sans-serif'],
}
}
}
}
</script>
<style>
/* 背景緩慢移動動畫 (Ken Burns Effect) */
@keyframes move-slow {
0% { transform: scale(1) translate(0, 0); }
50% { transform: scale(1.1) translate(-1%, -1%); }
100% { transform: scale(1) translate(0, 0); }
}
.animate-bg-slow {
animation: move-slow 20s infinite ease-in-out;
}
/* 飛機飛行動畫 - 速度感優化 */
@keyframes fly-fast {
0% {
transform: translate(-20vw, 20vh) rotate(45deg);
opacity: 0;
}
10% {
opacity: 0.8; /* 提高不透明度,讓飛機更明顯 */
}
90% {
opacity: 0.8;
}
100% {
transform: translate(120vw, -20vh) rotate(45deg);
opacity: 0;
}
}
/* 雲朵飄動動畫 */
@keyframes float-cloud {
0% { transform: translateX(-100vw); opacity: 0; }
10% { opacity: 0.4; }
90% { opacity: 0.4; }
100% { transform: translateX(100vw); opacity: 0; }
}
.flying-plane {
position: fixed;
z-index: 30; /* 在背景之上,但在導覽列之下 */
pointer-events: none;
animation-name: fly-fast;
animation-timing-function: linear;
animation-iteration-count: infinite;
filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1)); /* 加一點陰影增加立體感 */
}
.floating-cloud {
position: fixed;
z-index: 20; /* 在飛機後面 */
pointer-events: none;
animation-name: float-cloud;
animation-timing-function: linear;
animation-iteration-count: infinite;
color: rgba(255, 255, 255, 0.6); /* 半透明白雲 */
}
</style>
</head>
<body class="font-sans text-gray-700 antialiased bg-white relative overflow-x-hidden">
<!-- 動態背景容器 -->
<div id="sky-container" class="fixed inset-0 overflow-hidden pointer-events-none z-0">
<!-- 飛機與雲朵將由 JS 動態生成 -->
</div>
<!-- Navigation -->
<nav class="fixed w-full bg-white/90 backdrop-blur-sm shadow-sm z-50 transition-all duration-300">
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
<a href="#" class="text-xl font-bold tracking-tight text-brand-blue flex items-center gap-2">
<img src="Jetlink-Logo.png" alt="JetLink Logo" class="h-10 w-auto">
JetLink 全球漫遊卡
</a>
<a href="https://lin.ee/qI2qViq" target="_blank" class="bg-[#00B900] text-white px-4 py-2 rounded-lg text-sm font-medium hover:bg-[#009900] transition flex items-ce
Open service 216.239.36.21:80 · jetlink.tw
2026-01-12 11:29
HTTP/1.1 200 OK
date: Mon, 12 Jan 2026 11:30:06 GMT
expires: Mon, 12 Jan 2026 11:40:06 GMT
cache-control: public, max-age=600
etag: "bgGlQg"
x-cloud-trace-context: 8461f35cb536f91cb86cc23e8270ee01;o=1
content-type: text/html
server: Google Frontend
Connection: close
Transfer-Encoding: chunked
Page title: JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗</title>
<meta name="description" content="JetLink 全球漫遊卡提供最優質的旅遊上網服務,讓您無憂無慮地探索新天地。">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap" rel="stylesheet">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#c8a064', // Logo 金
'brand-blue': '#0a1f44', // Logo 深藍
secondary: '#334155',
},
fontFamily: {
sans: ['"Noto Sans TC"', 'sans-serif'],
}
}
}
}
</script>
<style>
/* 背景緩慢移動動畫 (Ken Burns Effect) */
@keyframes move-slow {
0% { transform: scale(1) translate(0, 0); }
50% { transform: scale(1.1) translate(-1%, -1%); }
100% { transform: scale(1) translate(0, 0); }
}
.animate-bg-slow {
animation: move-slow 20s infinite ease-in-out;
}
/* 飛機飛行動畫 - 速度感優化 */
@keyframes fly-fast {
0% {
transform: translate(-20vw, 20vh) rotate(45deg);
opacity: 0;
}
10% {
opacity: 0.8; /* 提高不透明度,讓飛機更明顯 */
}
90% {
opacity: 0.8;
}
100% {
transform: translate(120vw, -20vh) rotate(45deg);
opacity: 0;
}
}
/* 雲朵飄動動畫 */
@keyframes float-cloud {
0% { transform: translateX(-100vw); opacity: 0; }
10% { opacity: 0.4; }
90% { opacity: 0.4; }
100% { transform: translateX(100vw); opacity: 0; }
}
.flying-plane {
position: fixed;
z-index: 30; /* 在背景之上,但在導覽列之下 */
pointer-events: none;
animation-name: fly-fast;
animation-timing-function: linear;
animation-iteration-count: infinite;
filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1)); /* 加一點陰影增加立體感 */
}
.floating-cloud {
position: fixed;
z-index: 20; /* 在飛機後面 */
pointer-events: none;
animation-name: float-cloud;
animation-timing-function: linear;
animation-iteration-count: infinite;
color: rgba(255, 255, 255, 0.6); /* 半透明白雲 */
}
</style>
</head>
<body class="font-sans text-gray-700 antialiased bg-white relative overflow-x-hidden">
<!-- 動態背景容器 -->
<div id="sky-container" class="fixed inset-0 overflow-hidden pointer-events-none z-0">
<!-- 飛機與雲朵將由 JS 動態生成 -->
</div>
<!-- Navigation -->
<nav class="fixed w-full bg-white/90 backdrop-blur-sm shadow-sm z-50 transition-all duration-300">
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
<a href="#" class="text-xl font-bold tracking-tight text-brand-blue flex items-center gap-2">
<img src="Jetlink-Logo.png" alt="JetLink Logo" class="h-10 w-auto">
JetLink 全球漫遊卡
</a>
<a href="https://lin.ee/qI2qViq" target="_blank" class="bg-[#00B900] text-white px-4 py-2 rounded-lg text-sm font-medium hover:bg-[#009900] transition flex items-ce
Open service 142.250.74.211:443 · www.jetlink.tw
2026-01-12 11:29
HTTP/1.1 200 OK
date: Mon, 12 Jan 2026 11:29:11 GMT
expires: Mon, 12 Jan 2026 11:39:11 GMT
cache-control: public, max-age=600
etag: "bgGlQg"
x-cloud-trace-context: 41776c3aac0bba056502327b56036285
content-type: text/html
server: Google Frontend
Transfer-Encoding: chunked
Connection: close
Page title: JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗</title>
<meta name="description" content="JetLink 全球漫遊卡提供最優質的旅遊上網服務,讓您無憂無慮地探索新天地。">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap" rel="stylesheet">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#c8a064', // Logo 金
'brand-blue': '#0a1f44', // Logo 深藍
secondary: '#334155',
},
fontFamily: {
sans: ['"Noto Sans TC"', 'sans-serif'],
}
}
}
}
</script>
<style>
/* 背景緩慢移動動畫 (Ken Burns Effect) */
@keyframes move-slow {
0% { transform: scale(1) translate(0, 0); }
50% { transform: scale(1.1) translate(-1%, -1%); }
100% { transform: scale(1) translate(0, 0); }
}
.animate-bg-slow {
animation: move-slow 20s infinite ease-in-out;
}
/* 飛機飛行動畫 - 速度感優化 */
@keyframes fly-fast {
0% {
transform: translate(-20vw, 20vh) rotate(45deg);
opacity: 0;
}
10% {
opacity: 0.8; /* 提高不透明度,讓飛機更明顯 */
}
90% {
opacity: 0.8;
}
100% {
transform: translate(120vw, -20vh) rotate(45deg);
opacity: 0;
}
}
/* 雲朵飄動動畫 */
@keyframes float-cloud {
0% { transform: translateX(-100vw); opacity: 0; }
10% { opacity: 0.4; }
90% { opacity: 0.4; }
100% { transform: translateX(100vw); opacity: 0; }
}
.flying-plane {
position: fixed;
z-index: 30; /* 在背景之上,但在導覽列之下 */
pointer-events: none;
animation-name: fly-fast;
animation-timing-function: linear;
animation-iteration-count: infinite;
filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1)); /* 加一點陰影增加立體感 */
}
.floating-cloud {
position: fixed;
z-index: 20; /* 在飛機後面 */
pointer-events: none;
animation-name: float-cloud;
animation-timing-function: linear;
animation-iteration-count: infinite;
color: rgba(255, 255, 255, 0.6); /* 半透明白雲 */
}
</style>
</head>
<body class="font-sans text-gray-700 antialiased bg-white relative overflow-x-hidden">
<!-- 動態背景容器 -->
<div id="sky-container" class="fixed inset-0 overflow-hidden pointer-events-none z-0">
<!-- 飛機與雲朵將由 JS 動態生成 -->
</div>
<!-- Navigation -->
<nav class="fixed w-full bg-white/90 backdrop-blur-sm shadow-sm z-50 transition-all duration-300">
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
<a href="#" class="text-xl font-bold tracking-tight text-brand-blue flex items-center gap-2">
<img src="Jetlink-Logo.png" alt="JetLink Logo" class="h-10 w-auto">
JetLink 全球漫遊卡
</a>
<a href="https://lin.ee/qI2qViq" target="_blank" class="bg-[#00B900] text-white px-4 py-2 rounded-lg text-sm font-medium hover:bg-[#009900] transition flex items-ce
Open service 216.239.36.21:443 · jetlink.tw
2026-01-12 11:29
HTTP/1.1 200 OK
date: Mon, 12 Jan 2026 11:29:09 GMT
expires: Mon, 12 Jan 2026 11:39:09 GMT
cache-control: public, max-age=600
etag: "bgGlQg"
x-cloud-trace-context: 784d23338d7cfd92b0dcc1e8c177bbf3
content-type: text/html
server: Google Frontend
Transfer-Encoding: chunked
Connection: close
Page title: JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗</title>
<meta name="description" content="JetLink 全球漫遊卡提供最優質的旅遊上網服務,讓您無憂無慮地探索新天地。">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap" rel="stylesheet">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#c8a064', // Logo 金
'brand-blue': '#0a1f44', // Logo 深藍
secondary: '#334155',
},
fontFamily: {
sans: ['"Noto Sans TC"', 'sans-serif'],
}
}
}
}
</script>
<style>
/* 背景緩慢移動動畫 (Ken Burns Effect) */
@keyframes move-slow {
0% { transform: scale(1) translate(0, 0); }
50% { transform: scale(1.1) translate(-1%, -1%); }
100% { transform: scale(1) translate(0, 0); }
}
.animate-bg-slow {
animation: move-slow 20s infinite ease-in-out;
}
/* 飛機飛行動畫 - 速度感優化 */
@keyframes fly-fast {
0% {
transform: translate(-20vw, 20vh) rotate(45deg);
opacity: 0;
}
10% {
opacity: 0.8; /* 提高不透明度,讓飛機更明顯 */
}
90% {
opacity: 0.8;
}
100% {
transform: translate(120vw, -20vh) rotate(45deg);
opacity: 0;
}
}
/* 雲朵飄動動畫 */
@keyframes float-cloud {
0% { transform: translateX(-100vw); opacity: 0; }
10% { opacity: 0.4; }
90% { opacity: 0.4; }
100% { transform: translateX(100vw); opacity: 0; }
}
.flying-plane {
position: fixed;
z-index: 30; /* 在背景之上,但在導覽列之下 */
pointer-events: none;
animation-name: fly-fast;
animation-timing-function: linear;
animation-iteration-count: infinite;
filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1)); /* 加一點陰影增加立體感 */
}
.floating-cloud {
position: fixed;
z-index: 20; /* 在飛機後面 */
pointer-events: none;
animation-name: float-cloud;
animation-timing-function: linear;
animation-iteration-count: infinite;
color: rgba(255, 255, 255, 0.6); /* 半透明白雲 */
}
</style>
</head>
<body class="font-sans text-gray-700 antialiased bg-white relative overflow-x-hidden">
<!-- 動態背景容器 -->
<div id="sky-container" class="fixed inset-0 overflow-hidden pointer-events-none z-0">
<!-- 飛機與雲朵將由 JS 動態生成 -->
</div>
<!-- Navigation -->
<nav class="fixed w-full bg-white/90 backdrop-blur-sm shadow-sm z-50 transition-all duration-300">
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
<a href="#" class="text-xl font-bold tracking-tight text-brand-blue flex items-center gap-2">
<img src="Jetlink-Logo.png" alt="JetLink Logo" class="h-10 w-auto">
JetLink 全球漫遊卡
</a>
<a href="https://lin.ee/qI2qViq" target="_blank" class="bg-[#00B900] text-white px-4 py-2 rounded-lg text-sm font-medium hover:bg-[#009900] transition flex items-ce
Open service 2001:4860:4802:34::15:443 · jetlink.tw
2026-01-12 11:29
HTTP/1.1 200 OK
date: Mon, 12 Jan 2026 11:29:08 GMT
expires: Mon, 12 Jan 2026 11:39:08 GMT
cache-control: public, max-age=600
etag: "bgGlQg"
x-cloud-trace-context: 22d09d664ab1555842431975c741c72e
content-type: text/html
server: Google Frontend
Transfer-Encoding: chunked
Connection: close
Page title: JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗</title>
<meta name="description" content="JetLink 全球漫遊卡提供最優質的旅遊上網服務,讓您無憂無慮地探索新天地。">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap" rel="stylesheet">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#c8a064', // Logo 金
'brand-blue': '#0a1f44', // Logo 深藍
secondary: '#334155',
},
fontFamily: {
sans: ['"Noto Sans TC"', 'sans-serif'],
}
}
}
}
</script>
<style>
/* 背景緩慢移動動畫 (Ken Burns Effect) */
@keyframes move-slow {
0% { transform: scale(1) translate(0, 0); }
50% { transform: scale(1.1) translate(-1%, -1%); }
100% { transform: scale(1) translate(0, 0); }
}
.animate-bg-slow {
animation: move-slow 20s infinite ease-in-out;
}
/* 飛機飛行動畫 - 速度感優化 */
@keyframes fly-fast {
0% {
transform: translate(-20vw, 20vh) rotate(45deg);
opacity: 0;
}
10% {
opacity: 0.8; /* 提高不透明度,讓飛機更明顯 */
}
90% {
opacity: 0.8;
}
100% {
transform: translate(120vw, -20vh) rotate(45deg);
opacity: 0;
}
}
/* 雲朵飄動動畫 */
@keyframes float-cloud {
0% { transform: translateX(-100vw); opacity: 0; }
10% { opacity: 0.4; }
90% { opacity: 0.4; }
100% { transform: translateX(100vw); opacity: 0; }
}
.flying-plane {
position: fixed;
z-index: 30; /* 在背景之上,但在導覽列之下 */
pointer-events: none;
animation-name: fly-fast;
animation-timing-function: linear;
animation-iteration-count: infinite;
filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1)); /* 加一點陰影增加立體感 */
}
.floating-cloud {
position: fixed;
z-index: 20; /* 在飛機後面 */
pointer-events: none;
animation-name: float-cloud;
animation-timing-function: linear;
animation-iteration-count: infinite;
color: rgba(255, 255, 255, 0.6); /* 半透明白雲 */
}
</style>
</head>
<body class="font-sans text-gray-700 antialiased bg-white relative overflow-x-hidden">
<!-- 動態背景容器 -->
<div id="sky-container" class="fixed inset-0 overflow-hidden pointer-events-none z-0">
<!-- 飛機與雲朵將由 JS 動態生成 -->
</div>
<!-- Navigation -->
<nav class="fixed w-full bg-white/90 backdrop-blur-sm shadow-sm z-50 transition-all duration-300">
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
<a href="#" class="text-xl font-bold tracking-tight text-brand-blue flex items-center gap-2">
<img src="Jetlink-Logo.png" alt="JetLink Logo" class="h-10 w-auto">
JetLink 全球漫遊卡
</a>
<a href="https://lin.ee/qI2qViq" target="_blank" class="bg-[#00B900] text-white px-4 py-2 rounded-lg text-sm font-medium hover:bg-[#009900] transition flex items-ce
Open service 2001:4860:4802:34::15:80 · jetlink.tw
2026-01-12 11:29
HTTP/1.1 200 OK
x-cloud-trace-context: 6eaddd65bcdde1396346afa94bfe6018
server: Google Frontend
Date: Mon, 12 Jan 2026 11:29:06 GMT
Expires: Mon, 12 Jan 2026 11:39:06 GMT
Cache-Control: public, max-age=600
ETag: "bgGlQg"
Content-Type: text/html
Content-Length: 11898
Age: 60
Connection: close
Page title: JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗</title>
<meta name="description" content="JetLink 全球漫遊卡提供最優質的旅遊上網服務,讓您無憂無慮地探索新天地。">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap" rel="stylesheet">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#c8a064', // Logo 金
'brand-blue': '#0a1f44', // Logo 深藍
secondary: '#334155',
},
fontFamily: {
sans: ['"Noto Sans TC"', 'sans-serif'],
}
}
}
}
</script>
<style>
/* 背景緩慢移動動畫 (Ken Burns Effect) */
@keyframes move-slow {
0% { transform: scale(1) translate(0, 0); }
50% { transform: scale(1.1) translate(-1%, -1%); }
100% { transform: scale(1) translate(0, 0); }
}
.animate-bg-slow {
animation: move-slow 20s infinite ease-in-out;
}
/* 飛機飛行動畫 - 速度感優化 */
@keyframes fly-fast {
0% {
transform: translate(-20vw, 20vh) rotate(45deg);
opacity: 0;
}
10% {
opacity: 0.8; /* 提高不透明度,讓飛機更明顯 */
}
90% {
opacity: 0.8;
}
100% {
transform: translate(120vw, -20vh) rotate(45deg);
opacity: 0;
}
}
/* 雲朵飄動動畫 */
@keyframes float-cloud {
0% { transform: translateX(-100vw); opacity: 0; }
10% { opacity: 0.4; }
90% { opacity: 0.4; }
100% { transform: translateX(100vw); opacity: 0; }
}
.flying-plane {
position: fixed;
z-index: 30; /* 在背景之上,但在導覽列之下 */
pointer-events: none;
animation-name: fly-fast;
animation-timing-function: linear;
animation-iteration-count: infinite;
filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1)); /* 加一點陰影增加立體感 */
}
.floating-cloud {
position: fixed;
z-index: 20; /* 在飛機後面 */
pointer-events: none;
animation-name: float-cloud;
animation-timing-function: linear;
animation-iteration-count: infinite;
color: rgba(255, 255, 255, 0.6); /* 半透明白雲 */
}
</style>
</head>
<body class="font-sans text-gray-700 antialiased bg-white relative overflow-x-hidden">
<!-- 動態背景容器 -->
<div id="sky-container" class="fixed inset-0 overflow-hidden pointer-events-none z-0">
<!-- 飛機與雲朵將由 JS 動態生成 -->
</div>
<!-- Navigation -->
<nav class="fixed w-full bg-white/90 backdrop-blur-sm shadow-sm z-50 transition-all duration-300">
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
<a href="#" class="text-xl font-bold tracking-tight text-brand-blue flex items-center gap-2">
<img src="Jetlink-Logo.png" alt="JetLink Logo" class="h-10 w-auto">
JetLink 全球漫遊卡
</a>
<a href="https://lin.ee/qI2qViq" target="_blank" class="bg-[#00B900] text-white px-4 py-2 rounded-lg text-sm font-medium hover:bg-[#009900] transition flex items-ce
Open service 2001:4860:4802:38::15:443 · jetlink.tw
2026-01-12 11:29
HTTP/1.1 200 OK
date: Mon, 12 Jan 2026 11:29:09 GMT
expires: Mon, 12 Jan 2026 11:39:09 GMT
cache-control: public, max-age=600
etag: "bgGlQg"
x-cloud-trace-context: f8b6646aeee725eb466123ab69f575d9
content-type: text/html
server: Google Frontend
Transfer-Encoding: chunked
Connection: close
Page title: JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗</title>
<meta name="description" content="JetLink 全球漫遊卡提供最優質的旅遊上網服務,讓您無憂無慮地探索新天地。">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap" rel="stylesheet">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#c8a064', // Logo 金
'brand-blue': '#0a1f44', // Logo 深藍
secondary: '#334155',
},
fontFamily: {
sans: ['"Noto Sans TC"', 'sans-serif'],
}
}
}
}
</script>
<style>
/* 背景緩慢移動動畫 (Ken Burns Effect) */
@keyframes move-slow {
0% { transform: scale(1) translate(0, 0); }
50% { transform: scale(1.1) translate(-1%, -1%); }
100% { transform: scale(1) translate(0, 0); }
}
.animate-bg-slow {
animation: move-slow 20s infinite ease-in-out;
}
/* 飛機飛行動畫 - 速度感優化 */
@keyframes fly-fast {
0% {
transform: translate(-20vw, 20vh) rotate(45deg);
opacity: 0;
}
10% {
opacity: 0.8; /* 提高不透明度,讓飛機更明顯 */
}
90% {
opacity: 0.8;
}
100% {
transform: translate(120vw, -20vh) rotate(45deg);
opacity: 0;
}
}
/* 雲朵飄動動畫 */
@keyframes float-cloud {
0% { transform: translateX(-100vw); opacity: 0; }
10% { opacity: 0.4; }
90% { opacity: 0.4; }
100% { transform: translateX(100vw); opacity: 0; }
}
.flying-plane {
position: fixed;
z-index: 30; /* 在背景之上,但在導覽列之下 */
pointer-events: none;
animation-name: fly-fast;
animation-timing-function: linear;
animation-iteration-count: infinite;
filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1)); /* 加一點陰影增加立體感 */
}
.floating-cloud {
position: fixed;
z-index: 20; /* 在飛機後面 */
pointer-events: none;
animation-name: float-cloud;
animation-timing-function: linear;
animation-iteration-count: infinite;
color: rgba(255, 255, 255, 0.6); /* 半透明白雲 */
}
</style>
</head>
<body class="font-sans text-gray-700 antialiased bg-white relative overflow-x-hidden">
<!-- 動態背景容器 -->
<div id="sky-container" class="fixed inset-0 overflow-hidden pointer-events-none z-0">
<!-- 飛機與雲朵將由 JS 動態生成 -->
</div>
<!-- Navigation -->
<nav class="fixed w-full bg-white/90 backdrop-blur-sm shadow-sm z-50 transition-all duration-300">
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
<a href="#" class="text-xl font-bold tracking-tight text-brand-blue flex items-center gap-2">
<img src="Jetlink-Logo.png" alt="JetLink Logo" class="h-10 w-auto">
JetLink 全球漫遊卡
</a>
<a href="https://lin.ee/qI2qViq" target="_blank" class="bg-[#00B900] text-white px-4 py-2 rounded-lg text-sm font-medium hover:bg-[#009900] transition flex items-ce
Open service 216.239.34.21:80 · jetlink.tw
2026-01-12 11:29
HTTP/1.1 200 OK
x-cloud-trace-context: 6eaddd65bcdde1396346afa94bfe6018
server: Google Frontend
Date: Mon, 12 Jan 2026 11:29:06 GMT
Expires: Mon, 12 Jan 2026 11:39:06 GMT
Cache-Control: public, max-age=600
ETag: "bgGlQg"
Content-Type: text/html
Content-Length: 11898
Age: 60
Connection: close
Page title: JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗</title>
<meta name="description" content="JetLink 全球漫遊卡提供最優質的旅遊上網服務,讓您無憂無慮地探索新天地。">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap" rel="stylesheet">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#c8a064', // Logo 金
'brand-blue': '#0a1f44', // Logo 深藍
secondary: '#334155',
},
fontFamily: {
sans: ['"Noto Sans TC"', 'sans-serif'],
}
}
}
}
</script>
<style>
/* 背景緩慢移動動畫 (Ken Burns Effect) */
@keyframes move-slow {
0% { transform: scale(1) translate(0, 0); }
50% { transform: scale(1.1) translate(-1%, -1%); }
100% { transform: scale(1) translate(0, 0); }
}
.animate-bg-slow {
animation: move-slow 20s infinite ease-in-out;
}
/* 飛機飛行動畫 - 速度感優化 */
@keyframes fly-fast {
0% {
transform: translate(-20vw, 20vh) rotate(45deg);
opacity: 0;
}
10% {
opacity: 0.8; /* 提高不透明度,讓飛機更明顯 */
}
90% {
opacity: 0.8;
}
100% {
transform: translate(120vw, -20vh) rotate(45deg);
opacity: 0;
}
}
/* 雲朵飄動動畫 */
@keyframes float-cloud {
0% { transform: translateX(-100vw); opacity: 0; }
10% { opacity: 0.4; }
90% { opacity: 0.4; }
100% { transform: translateX(100vw); opacity: 0; }
}
.flying-plane {
position: fixed;
z-index: 30; /* 在背景之上,但在導覽列之下 */
pointer-events: none;
animation-name: fly-fast;
animation-timing-function: linear;
animation-iteration-count: infinite;
filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1)); /* 加一點陰影增加立體感 */
}
.floating-cloud {
position: fixed;
z-index: 20; /* 在飛機後面 */
pointer-events: none;
animation-name: float-cloud;
animation-timing-function: linear;
animation-iteration-count: infinite;
color: rgba(255, 255, 255, 0.6); /* 半透明白雲 */
}
</style>
</head>
<body class="font-sans text-gray-700 antialiased bg-white relative overflow-x-hidden">
<!-- 動態背景容器 -->
<div id="sky-container" class="fixed inset-0 overflow-hidden pointer-events-none z-0">
<!-- 飛機與雲朵將由 JS 動態生成 -->
</div>
<!-- Navigation -->
<nav class="fixed w-full bg-white/90 backdrop-blur-sm shadow-sm z-50 transition-all duration-300">
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
<a href="#" class="text-xl font-bold tracking-tight text-brand-blue flex items-center gap-2">
<img src="Jetlink-Logo.png" alt="JetLink Logo" class="h-10 w-auto">
JetLink 全球漫遊卡
</a>
<a href="https://lin.ee/qI2qViq" target="_blank" class="bg-[#00B900] text-white px-4 py-2 rounded-lg text-sm font-medium hover:bg-[#009900] transition flex items-ce
Open service 216.239.34.21:443 · jetlink.tw
2026-01-12 11:29
HTTP/1.1 200 OK
date: Mon, 12 Jan 2026 11:29:08 GMT
expires: Mon, 12 Jan 2026 11:39:08 GMT
cache-control: public, max-age=600
etag: "bgGlQg"
x-cloud-trace-context: d747a93c196f5f804beccd682f15e1fe
content-type: text/html
server: Google Frontend
Transfer-Encoding: chunked
Connection: close
Page title: JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JetLink 全球漫遊卡✈️🌍 - 探索世界的美麗</title>
<meta name="description" content="JetLink 全球漫遊卡提供最優質的旅遊上網服務,讓您無憂無慮地探索新天地。">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap" rel="stylesheet">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#c8a064', // Logo 金
'brand-blue': '#0a1f44', // Logo 深藍
secondary: '#334155',
},
fontFamily: {
sans: ['"Noto Sans TC"', 'sans-serif'],
}
}
}
}
</script>
<style>
/* 背景緩慢移動動畫 (Ken Burns Effect) */
@keyframes move-slow {
0% { transform: scale(1) translate(0, 0); }
50% { transform: scale(1.1) translate(-1%, -1%); }
100% { transform: scale(1) translate(0, 0); }
}
.animate-bg-slow {
animation: move-slow 20s infinite ease-in-out;
}
/* 飛機飛行動畫 - 速度感優化 */
@keyframes fly-fast {
0% {
transform: translate(-20vw, 20vh) rotate(45deg);
opacity: 0;
}
10% {
opacity: 0.8; /* 提高不透明度,讓飛機更明顯 */
}
90% {
opacity: 0.8;
}
100% {
transform: translate(120vw, -20vh) rotate(45deg);
opacity: 0;
}
}
/* 雲朵飄動動畫 */
@keyframes float-cloud {
0% { transform: translateX(-100vw); opacity: 0; }
10% { opacity: 0.4; }
90% { opacity: 0.4; }
100% { transform: translateX(100vw); opacity: 0; }
}
.flying-plane {
position: fixed;
z-index: 30; /* 在背景之上,但在導覽列之下 */
pointer-events: none;
animation-name: fly-fast;
animation-timing-function: linear;
animation-iteration-count: infinite;
filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1)); /* 加一點陰影增加立體感 */
}
.floating-cloud {
position: fixed;
z-index: 20; /* 在飛機後面 */
pointer-events: none;
animation-name: float-cloud;
animation-timing-function: linear;
animation-iteration-count: infinite;
color: rgba(255, 255, 255, 0.6); /* 半透明白雲 */
}
</style>
</head>
<body class="font-sans text-gray-700 antialiased bg-white relative overflow-x-hidden">
<!-- 動態背景容器 -->
<div id="sky-container" class="fixed inset-0 overflow-hidden pointer-events-none z-0">
<!-- 飛機與雲朵將由 JS 動態生成 -->
</div>
<!-- Navigation -->
<nav class="fixed w-full bg-white/90 backdrop-blur-sm shadow-sm z-50 transition-all duration-300">
<div class="container mx-auto px-6 py-4 flex justify-between items-center">
<a href="#" class="text-xl font-bold tracking-tight text-brand-blue flex items-center gap-2">
<img src="Jetlink-Logo.png" alt="JetLink Logo" class="h-10 w-auto">
JetLink 全球漫遊卡
</a>
<a href="https://lin.ee/qI2qViq" target="_blank" class="bg-[#00B900] text-white px-4 py-2 rounded-lg text-sm font-medium hover:bg-[#009900] transition flex items-ce