Files
clawfort/frontend/terms.html

51 lines
2.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Terms of Use for ClawFort AI News, including content limitations and user responsibility.">
<meta name="robots" content="index,follow">
<meta property="og:type" content="article">
<meta property="og:title" content="Terms of Use - ClawFort">
<meta property="og:description" content="Read ClawFort terms governing informational use of AI-generated and aggregated content.">
<meta property="og:url" content="/terms">
<meta property="og:image" content="/static/images/placeholder.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Terms of Use - ClawFort">
<meta name="twitter:description" content="Read ClawFort terms governing informational use of AI-generated and aggregated content.">
<meta name="twitter:image" content="/static/images/placeholder.png">
<link rel="canonical" href="/terms">
<link rel="icon" type="image/svg+xml" href="/static/images/favicon-ai.svg">
<title>Terms of Use - ClawFort</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-slate-950 text-slate-100 font-[Inter] min-h-screen">
<main class="max-w-3xl mx-auto px-4 py-12">
<a href="/" class="text-blue-400 hover:text-blue-300">&larr; Back to ClawFort</a>
<h1 class="text-3xl sm:text-4xl font-extrabold mt-6 mb-4">Terms of Use</h1>
<div class="space-y-4 text-slate-300 leading-relaxed">
<p>
The information shown on this site is provided for general informational use only.
It is not independently verified by the site owner.
</p>
<p>
Any use of this content is entirely at your own risk. You are responsible for validating
facts, citations, and suitability before relying on or redistributing the information.
</p>
<p>
Content may originate from external and AI-generated sources and may include errors,
omissions, or outdated material.
</p>
</div>
</main>
<footer class="border-t border-white/10 py-6 text-center text-sm text-slate-400">
<a href="/" class="hover:text-white">Home</a>
<span class="mx-2">|</span>
<a href="/attribution" class="hover:text-white">Attribution</a>
</footer>
</body>
</html>