# random

Tiny single-file randomness playground, served at **https://random.kurai.ltd/**.

- Doc root: `/root/hermes-workspace/projects/random/`
- One file: `index.html` (vanilla HTML/CSS/JS, zero deps, zero build).
- Four cards: **fortune**, **dice (1d6)**, **color (hex)**, **codename**.
- RNG: `crypto.getRandomValues` when available, `Math.random()` fallback.
- No tracking, no localStorage, no network calls.

## Edit

Just edit `index.html` and refresh — nginx serves files 1:1 from the folder.

## Remove

```
cf.sh drop-project random
```