https://fc005adf.uneuu99ot.top/pc.html

Submitted URL:
https://cr51.top/
Report Finished:

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

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">
  <title>请使用 手机 设备打开页面</title>
  <style>
    html, body {
      margin: 0;
      padding: 0;
      font-family: Arial, sans-serif;
      font-size: 16px;
      color: #333;
      background-color: #f9f9f9;
    }
    .container {
      width: 80%;
      max-width: 600px;
      margin: 50px auto;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      padding: 30px;
      text-align: center;
    }
    h1 {
      font-size: 28px;
      margin-bottom: 20px;
    }
    p {
      font-size: 18px;
      line-height: 1.5;
    }
    a {
      display: inline-block;
      margin-top: 30px;
      padding: 10px 20px;
      background-color: #007aff;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      transition: background-color 0.2s ease;
    }
    a:hover {
      background-color: #006ee0;
    }
  </style>
</head>
<body>
<div class="container">
  <h1>请使用 手机 设备打开页面</h1>
  <p>请使用 手机 设备打开以获得最佳体验。</p>

</div>



</body></html>