redaction / ui /index.html
gni
feat: point SEO image to logo.png
5fce320
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<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;600;700;800;900&family=JetBrains+Mono:ital,wght@0,400;0,500;1,400&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="canonical" href="https://lbl-redaction.hf.space" />
<title>Redac - AI PII Redaction Tool | Sanitize Data for LLMs</title>
<meta name="description" content="Free, secure AI tool to redact PII (names, emails, phones, IBAN, SIRET) from documents. Protect your privacy before using ChatGPT, Claude, or Gemini. Supports French and English." />
<meta name="keywords" content="PII redaction, data sanitization, privacy tool, anonymize text, French PII, GDPR compliance, LLM security" />
<meta name="author" content="lbl" />
<meta name="robots" content="index, follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://lbl-redaction.hf.space" />
<meta property="og:title" content="Redac | AI-Powered PII Data Redaction" />
<meta property="og:description" content="Securely sanitize your documents. Automated PII detection and redaction for French and English texts." />
<meta property="og:image" content="/logo.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary" />
<meta property="twitter:url" content="https://lbl-redaction.hf.space" />
<meta property="twitter:title" content="Redac - AI PII Redaction Tool" />
<meta property="twitter:description" content="Protect sensitive data before sending to LLMs. Fast, secure, and automated PII redaction." />
<meta property="twitter:image" content="/logo.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>