GodsDevProject's picture
Create index.html
b34624e verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Federal FOIA Intelligence Search – Governance Portal</title>
<link rel="stylesheet" href="assets/style.css" />
</head>
<body>
<header>
<h1>Federal FOIA Intelligence Search</h1>
<p>Public Governance, Legal Integrity, and Transparency</p>
</header>
<nav>
<a href="governance.html">Governance</a>
<a href="legal.html">Legal</a>
<a href="ethics.html">Ethics</a>
<a href="academia.html">Academic</a>
<a href="media.html">Media</a>
<a href="transparency.html">Transparency Charter</a>
</nav>
<main>
<h2>Purpose</h2>
<p>This site documents the governance, legal, ethical, and academic foundations of the Federal FOIA Intelligence Search platform.</p>
<h2>Core Principles</h2>
<ul>
<li>Read-only access to public FOIA records</li>
<li>No data custody or surveillance</li>
<li>Explicit AI disclosure and opt-in</li>
<li>Court-ready citation integrity</li>
</ul>
</main>
<footer>
<p>© Public Interest Transparency Project</p>
</footer>
</body>
</html>