 <!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>花甲少年趣旅行第四季</title>
    <meta name="keywords" content="">
    <meta name="description" content="跨齡差距的結伴青春旅行 走訪在地文化行銷台灣！ 全台唯一！跨世代明星旅遊實境節目！ 節目透過2位花甲明星+2位少年偶像，以明星自由行為基底衍生出的旅程，讓景點更添加了故事性與生命力！有關規劃的景點與推">
    <style>
        html, body {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        #detailFrame {
            width: 100%;
            height: 100%;
            border: none;
        }
        .loading {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 18px;
        }
    </style>
</head>
<body>
    <div class="loading">正在加载视频详情...</div>
    <iframe id="detailFrame" src="/detail/421.html" onload="document.querySelector('.loading').style.display='none';"></iframe>
    
    <script>
        // 修改浏览器历史记录，让URL看起来没变
        try {
            history.replaceState({}, document.title, window.location.pathname + window.location.search);
        } catch(e) {}
    </script>
</body>
</html>