- ID da verificação
- 6e234652-afa8-49e1-bbe3-d492b8599b54Concluído
- URL enviado:
- https://rmb.sh/
- Relatório concluído:
Links · 1 encontrado(s)
Os links de saída identificados na página
Link | Texto |
---|---|
https://beian.miit.gov.cn/#/Integrated/index | 浙ICP备17030977号 |
Variáveis JavaScript · 3 encontrada(s)
Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer lugar no código dentro do escopo atual
Nome | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Mensagens de registro do console · 0 encontrada(s)
Mensagens registradas no console web
HTML
O corpo HTML bruto da página
<!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>