https://github.com/ilia-ae/privacy-policy
🌏🔓 Privacy policies static site for razqqm products — served at git.ilia.ae (GitHub Pages).
https://github.com/ilia-ae/privacy-policy
2026 github-pages html policies privacy privacy-policy static-page static-site
Last synced: 19 days ago
JSON representation
🌏🔓 Privacy policies static site for razqqm products — served at git.ilia.ae (GitHub Pages).
- Host: GitHub
- URL: https://github.com/ilia-ae/privacy-policy
- Owner: ilia-ae
- Created: 2026-03-02T11:31:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-05-15T10:22:49.000Z (about 2 months ago)
- Last Synced: 2026-05-18T07:54:34.005Z (about 2 months ago)
- Topics: 2026, github-pages, html, policies, privacy, privacy-policy, static-page, static-site
- Language: HTML
- Homepage: https://git.ilia.ae
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Privacy Policies
Static GitHub Pages site hosting privacy policies for razqqm products and apps.
**Domain:** [git.ilia.ae](https://git.ilia.ae)
## Structure
Each product gets its own subdirectory containing the policy HTML and assets.
| Path | Product |
|---|---|
| `index.html` | Root index of all policies |
| `example-app/` | Example app policy template |
| `vault-approver/` | [Vault Approver](https://github.com/razqqm/vaultwarden) mobile app |
## Adding a new policy
1. Create `/index.html` (use `example-app/` as a template)
2. Link it from the root `index.html` index
3. Push to `main` — GitHub Pages auto-deploys to `https://git.ilia.ae//`
## Build
No build step — GitHub Pages serves files as-is. `.nojekyll` disables Jekyll processing.