An open API service indexing awesome lists of open source software.

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).

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.