首页安全跳转模板

正在检测你浏览器是否安全

安全检测中

正在验证您的浏览器安全性

检测完成后将自动跳转
<!DOCTYPE html>
<html lang="zh-CN">
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
  <meta name="robots" content="noindex, nofollow">
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  <meta http-equiv="Cache-Control" content="max-age=7200">
  <meta name="description" content="">
  <meta name="keywords" content="检测中">
  <title>正在检测你浏览器是否安全</title>
  <style type="text/css">
    html, body {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      background-color: #f5f6fa;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
    }
    .container {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      padding: 20px;
    }
    .logo {
      width: 180px;
      height: auto;
      margin-bottom: 30px;
      animation: fadeIn 1s ease-in;
    }
    .message-box {
      background: white;
      padding: 40px;
      border-radius: 16px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      text-align: center;
      max-width: 400px;
      width: 100%;
      animation: slideUp 0.5s ease-out;
    }
    .loader {
      width: 120px;
      height: 120px;
      margin: 30px auto;
      position: relative;
      border: 3px solid #f3f3f3;
      border-top: 3px solid #015bfe;
      border-radius: 50%;
      animation: spin 1s linear infinite;
    }
    h1 {
      font-size: 24px;
      color: #2d3436;
      text-align: center;
      margin: 0;
      font-weight: 600;
    }
    h2 {
      font-size: 18px;
      color: #636e72;
      text-align: center;
      margin: 10px 0;
      font-weight: 400;
    }
    .status-text {
      color: #015bfe;
      font-size: 16px;
      margin-top: 15px;
      font-weight: 500;
    }
    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }
    @keyframes slideUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    noscript h1 {
      color: #e74c3c;
      margin: 20px 0;
    }
  </style>
</head>
<body>
  <div class="container">
    <div class="message-box">
      <noscript>
        <h1 data-translate="turn_on_js">Please turn JavaScript on and reload the page.</h1>
      </noscript>
      <div id="anticc-content">
        <img src="https://www.payphp.cn/Assets/Img/logo.svg" alt="Logo" class="logo">
        <div class="loader"></div>
        <h1><span data-translate="checking_browser">安全检测中</span></h1>
        <h2><span data-translate="checking_browser">正在验证您的浏览器安全性</span></h2>
        <div class="status-text">检测完成后将自动跳转</div>
      </div>
    </div>
  </div>
  <meta http-equiv="refresh" content="1; url=<{url c='User/Login' a='Index'}>">
</body>
</html>

官方动态

查看更多>>