add styled 404 page for unregistered .numa domains

Roman Stone themed 404 with Instrument Serif heading, JetBrains Mono
domain badge, brick pattern background, syntax-highlighted curl
example, and a delayed easter egg. Also updates dashboard link in
README to numa.numa.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Razvan Dimescu
2026-03-21 04:31:17 +02:00
parent 792f745587
commit 285778b646
2 changed files with 114 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ dig @127.0.0.1 google.com # ✓ resolves normally
dig @127.0.0.1 ads.google.com # ✗ blocked → 0.0.0.0
```
Open the dashboard: **http://localhost:5380**
Open the dashboard: **http://numa.numa** (or `http://localhost:5380`)
Or build from source:
```bash