- Scan ID:
- 6e234652-afa8-49e1-bbe3-d492b8599b54Finished
- Submitted URL:
- https://rmb.sh/
- Report Finished:
Links · 1 found
The outgoing links identified from the page
Link | Text |
---|---|
https://beian.miit.gov.cn/#/Integrated/index | 浙ICP备17030977号 |
JavaScript Variables · 3 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Console log messages · 0 found
Messages logged to the web console
HTML
The raw HTML body of the page
<!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>