<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>单域名多路径网站系统 - www.icinecustomer.cn</title>
    <style>
        body { font-family: Arial, sans-serif; margin: 40px; padding: 20px; max-width: 800px; margin: auto; background: #f5f5f5; }
        pre { background: #fff; padding: 20px; border-radius: 5px; overflow: auto; }
        .website-list { list-style: none; padding: 0; }
        .website-item { background: white; margin: 10px 0; padding: 15px; border-radius: 5px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
        .website-link { color: #007bff; text-decoration: none; font-weight: bold; }
        .website-link:hover { text-decoration: underline; }
    </style>
</head>
<body>
    <h1>单域名多路径网站系统</h1>
    <p><strong>域名:</strong> www.icinecustomer.cn</p>
    <p><strong>已部署网站 (4 个):</strong></p>
    <ul class="website-list">
        <li class="website-item"><a class="website-link" href="/8ecc4751/">优化部署测试网站</a> - /8ecc4751</li>
        <li class="website-item"><a class="website-link" href="/fix-test/">修复测试网站</a> - /fix-test</li>
        <li class="website-item"><a class="website-link" href="/nginx-fix-test/">测试修复后的Nginx配置更新逻辑</a> - /nginx-fix-test</li>
        <li class="website-item"><a class="website-link" href="/verify-fix/">验证Nginx配置修复效果</a> - /verify-fix</li>
    </ul>
    <pre>{
  "status": "ok",
  "domain": "www.icinecustomer.cn",
  "websites": 4,
  "timestamp": "2026-02-05T08:34:32+08:00"
}</pre>
</body>
</html>