https://rmb.sh/

提交的 URL:
https://rmb.sh/
报告完成时间:

链接 · 找到 1 个

从页面中识别出的传出链接

链接文本
https://beian.miit.gov.cn/#/Integrated/index浙ICP备17030977号

JavaScript 变量 · 找到 3 个

在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问

名称类型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

控制台日志消息 · 找到 0 条

记录到 Web 控制台的消息

HTML

页面的原始 HTML 正文

<!DOCTYPE html><html lang="zh-cmn-Hans"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0,viewport-fit=cover">
    <title>Rmbs</title>
    <link rel="stylesheet" href="https://chinese-fonts-cdn.deno.dev/packages/xuandongkaishu/dist/XuandongKaishu/result.css">
    <style>
        html,
        body {
            height: 100%;
            display: unset;
            margin: unset;
        }
        
        #app {
            font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
            font-weight: 100;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-align: center;
            color: #2c3e50;
            height: 100%;
        }

        .hello {
            color: #000;
            height: 100%;
            width: 100%;
            text-align: center;
            position: relative;
        }
        
        .heti{
            max-width: 100%;
        }

        .body {
            font-family:'XuandongKaishu';
            font-weight:'400'
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 45px;
            font-weight: bolder;
        }
        
        .footer {
            font-weight: bolder;
            position: absolute;
            bottom: 10px;
            margin: 0;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .footer a {
            text-decoration: none;
            color: #000;
        }

        .footer a:hover {
            color: aqua;
        }
        
        
        @media (max-width: 600px){
            .body{
                height: 500px;
                font-size: 35px;
                text-align: justify;
                writing-mode: vertical-lr;
                .image{
                    display: none;
                }
            }
            .footer{
                display: none;
            }
        }
        
        
    </style>
</head>

<body ontouchstart="">
    <div id="app" class="entry">
        <div class="hello">
            <div class="body">
                <p>你应当劝告大家,有钱就得吃喝嫖赌、胡作非为。可就是,千万别做好事!</p>
                <img class="image" src="./fling.png" width="300px" height="100%">
            </div>
            <div class="footer">
                <span>Copyright © 2017-2021 Rmbs. All rights reserved. </span> <br>
                <a href="https://beian.miit.gov.cn/#/Integrated/index">浙ICP备17030977号</a>
            </div>
        </div>
    </div>

</body></html>