Machine Readiness
Stored receipt and evidence
9
10
25
0
0
Samples
No stored offer samples.
Samples
No stored action samples.
Samples
No stored product samples.
Document
# As a condition of accessing this website, you agree to abide by the following
# content signals:
# (a) If a Content-Signal = yes, you may collect content for the corresponding
# use.
# (b) If a Content-Signal = no, you may not collect content for the
# corresponding use.
# (c) If the website operator does not include a Content-Signal for a
# corresponding use, the website operator neither grants nor restricts
# permission via Content-Signal with respect to the corresponding use.
# The content signals and their meanings are:
# search: building a search index and providing search results (e.g., returning
# hyperlinks and short excerpts from your website's contents). Search does not
# include providing AI-generated search summaries.
# ai-input: inputting content into one or more AI models (e.g., retrieval
# augmented generation, grounding, or other real-time taking of content for
# generative AI search answers).
# ai-train: training or fine-tuning AI models.
# ANY RESTRICTIONS EXPRESSED VIA CONTENT SIGNALS ARE EXPRESS RESERVATIONS OF
# RIGHTS UNDER ARTICLE 4 OF THE EUROPEAN UNION DIRECTIVE 2019/790 ON COPYRIGHT
# AND RELATED RIGHTS IN THE DIGITAL SINGLE MARKET.
# BEGIN Cloudflare Managed content
User-agent: *
Content-Signal: search=yes,ai-train=no
Allow: /
User-agent: Amazonbot
Disallow: /
User-agent: Applebot-Extended
Disallow: /
User-agent: Bytespider
Disallow: /
User-agent: CCBot
Disallow: /
User-agent: ClaudeBot
Disallow: /
User-agent: CloudflareBrowserRenderingCrawler
Disallow: /
User-agent: Google-Extended
Disallow: /
User-agent: GPTBot
Disallow: /
User-agent: meta-externalagent
Disallow: /
# END Cloudflare Managed Content
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>CAI.com</title>
<link rel="icon" type="image/x-icon" href="assets/logo.ico" />
<style>
html, body { margin: 0; padding: 0; background: #000; }
</style>
</head>
<body>
<script>
(function () {
// ── Admin 子網域 → 導向 admin 登入頁 ──
if (window.location.hostname === "admin.cai.com") {
window.location.replace("/admin");
return;
}
var SECRET_CODE = "caiteam2026";
var params = new URLSearchParams(window.location.search);
var inputCode = params.get("go") || "";
// ── 輸入暗碼 → 進入 app ──
if (inputCode === SECRET_CODE) {
window.location.replace("/app");
return;
}
// ── 一般訪客 → 公開 landing(根路徑開頭 /,與 Nginx 美觀 URL 一致) ──
window.location.replace("/landing");
})();
</script>
<!-- fallback:若 JS 被禁用 -->
<noscript>
<meta http-equiv="refresh" content="0; url=/landing" />
</noscript>
</body>
</html>
Document
Not stored for this site.
Document
Not stored for this site.