<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-CN" lang="zh-CN">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <!-- 优化视口设置，禁止用户手动缩放 -->
        <link rel="shortcut icon" href="https://img20.360buyimg.com/openfeedback/jfs/t1/292677/7/13691/5955/6850ed3dFbc74fd76/1696a1008d976ef6.png" type="image/x-icon" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0,user-scalable=no,minimal-ui" />
        <title>加载中...</title>
        <style type="text/css">
            /* 设置 body 和 html 的高度为 100%，以便更好地布局 */
            html,
            body,
            iframe {
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0;
            }
        </style>
    </head>

    <body>
        <iframe frameborder="0" sandbox="allow-same-origin allow-scripts allow-top-navigation allow-forms allow-popups allow-downloads allow-modals"></iframe>
        <script type="text/javascript">
            const iframe = document.querySelector('iframe');
            const url = window.atob(new URLSearchParams(location.search).get('url') || '');
            iframe.src = url;
            
            document.title = new URLSearchParams(location.search).get('title') || '';
        </script>
    </body>
</html>