https://rmb.sh/

ID de l'analyse :
6e234652-afa8-49e1-bbe3-d492b8599b54Terminée
URL soumise :
https://rmb.sh/
Fin du rapport :

Liens : 1 trouvé(s)

Liens sortants identifiés à partir de la page

Lientexte
https://beian.miit.gov.cn/#/Integrated/index浙ICP备17030977号

Variables JavaScript : 3 trouvée(s)

Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel

NomType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Messages de journal de console : 0 trouvé(s)

Messages consignés dans la console web

HTML

Le corps HTML de la page en données brutes

<!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>