 <!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/453.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>