- Scan ID:
- 193ec1cf-489e-4f68-9f2e-8f83fbf371a7Finished
- Submitted URL:
- https://www.sgxth.com/Redirected
- Report Finished:
Links · 0 found
The outgoing links identified from the page
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><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>欢迎您!</title><link rel="stylesheet" href=""><style type="text/css" media="screen">
input[type=text]{
padding: 7px 1px 1px 1px ;
height:70px;
width:400px;
font-size:40px;
}
input[type=submit]{
padding: 8px 8px;
height:80px;
font-size:40px;
}
</style></head><body><div style="text-align: center;margin-top:400px"><h2 style="margin-bottom:20px;font-size:60px">商家编码</h2><form action="#" method="GET"><input type="text" name="pass" placeholder="请输入商家编码"><input type="submit" name="" value="提 交" placeholder=""></form></div></body></html>