<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>狐狸論壇｜禁忌與渴望的邊界</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
  body {
    margin: 0;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    background-color: #e8f8fb;
    color: #004d4d;
  }

  .container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 20px;
  }

  .logo img {
    width: 160px;
    height: auto;
  }

  h1 {
    font-size: 32px;
    color: #006d7a;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  h2 {
    font-size: 22px;
    color: #007e8b;
    margin-bottom: 30px;
  }

  ul {
    list-style: none;
    padding: 0;
    text-align: left;
    display: inline-block;
    margin: 20px 0 30px;
  }

  ul li {
    font-size: 16px;
    margin: 8px 0;
  }

  ul li::before {
    content: "◆";
    color: #008fa1
  }

  .confirm-btn {
    background-color: #ffd74d;
    color: #333;
    border: none;
    font-size: 18px;
    padding: 14px 40px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    transition: 0.2s;
    margin-top: 20px;
  }

  .confirm-btn:hover {
    background-color: #ffcc00;
  }

  .warning-section {
    background-color: #fff;
    color: #333;
    font-size: 14px;
    padding: 30px 20px;
    line-height: 1.6;
    margin-top: 60px;
  }

  .warning-section h3 {
    color: #444;
  }
</style>
</head>
<body>

<div class="container">
  <div class="logo">
    <img src="/template/dingzhi_2025_llt/dingzhi/logo.png" alt="狐狸論壇 LOGO">
  </div>

  <h1>狐狸論壇｜禁忌與渴望的邊界</h1>
  <h2>Fox Forum - Where Desire Meets Curiosity</h2>

  <ul>
    <li>全球最活躍的成人交流社群</li>
    <li>每日主題更新，精彩內容不間斷</li>
    <li>與志同道合的夥伴分享私密心聲</li>
  </ul>
<br>
  <button class="confirm-btn" onclick="enterSite()">滿18歲，精彩開始 →</button>

  <div class="warning-section">
    <h3>警告 / WARNING</h3>
    <p>
      本站內容僅限年滿十八歲人士瀏覽。未成年人請立即離開。<br>
      本站所有內容僅供個人娛樂與交流，不得轉載、散播、販售、出租或以任何形式供未成年人瀏覽。<br><br>
      <em>This article contains material which may offend and may not be distributed, circulated, sold, hired, given, lent, shown, played or projected to a person under the age of 18 years. All models are 18 or older.</em>
    </p>
  </div>
</div>

<script>
function enterSite() {
  window.location.href = "/forum.php";
}
</script>

</body>
</html>


 <script type="text/javascript">
    (function(c,l,a,r,i,t,y){
        c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
        t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
        y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
    })(window, document, "clarity", "script", "pj24mqvodi");
</script>
