Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 608 Bytes

File metadata and controls

19 lines (14 loc) · 608 Bytes

The GDPR Illusion — Interactive Article

How LLMs Break Privacy Before You Ship a Line of Code

GitHub Pages deployment (2 minutes)

  1. Create a new GitHub repo — name it anything, e.g. gdpr-llm-article
  2. Upload index.html to the root of the repo
  3. Go to Settings → Pages
  4. Under Source, select Deploy from a branchmain/ (root)
  5. Click Save
  6. Your site will be live at: https://YOUR-USERNAME.github.io/gdpr-llm-article

Files

File Purpose
index.html Full standalone article for GitHub Pages
README.md This file