 <!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>象山发光事件预告片</title>
    <meta name="keywords" content="">
    <meta name="description" content="十年前的一次超自然发光事件导致张鹏的好友神秘失踪。十年后摄制组找到张鹏，提出重回事发地象山拍摄一部找寻真相的影片。在象山受访者对当年事件给出的不同描述让调查陷入重重谜团。当他们历经波折进入那个人工开凿">
    <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/693.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>