GodsDevProject commited on
Commit
b34624e
·
verified ·
1 Parent(s): dc69925

Create index.html

Browse files
Files changed (1) hide show
  1. governance-site/index.html +37 -0
governance-site/index.html ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <title>Federal FOIA Intelligence Search – Governance Portal</title>
6
+ <link rel="stylesheet" href="assets/style.css" />
7
+ </head>
8
+ <body>
9
+ <header>
10
+ <h1>Federal FOIA Intelligence Search</h1>
11
+ <p>Public Governance, Legal Integrity, and Transparency</p>
12
+ </header>
13
+ <nav>
14
+ <a href="governance.html">Governance</a>
15
+ <a href="legal.html">Legal</a>
16
+ <a href="ethics.html">Ethics</a>
17
+ <a href="academia.html">Academic</a>
18
+ <a href="media.html">Media</a>
19
+ <a href="transparency.html">Transparency Charter</a>
20
+ </nav>
21
+ <main>
22
+ <h2>Purpose</h2>
23
+ <p>This site documents the governance, legal, ethical, and academic foundations of the Federal FOIA Intelligence Search platform.</p>
24
+
25
+ <h2>Core Principles</h2>
26
+ <ul>
27
+ <li>Read-only access to public FOIA records</li>
28
+ <li>No data custody or surveillance</li>
29
+ <li>Explicit AI disclosure and opt-in</li>
30
+ <li>Court-ready citation integrity</li>
31
+ </ul>
32
+ </main>
33
+ <footer>
34
+ <p>© Public Interest Transparency Project</p>
35
+ </footer>
36
+ </body>
37
+ </html>