raycer/frontend/public/icons/favicon.svg
Spencer Flagg ed3a0d3ea3 Initial commit: raycer accountability PWA
Vanilla HTML/JS/CSS PWA with Dexie offline-first sync, Hono+SQLite backend,
served via nginx reverse-proxy. Two seed goals (no-sugar, no-social-media)
for users ray and cer.

Local dev runs at https://raycer.test via the shared Traefik proxy.
Production deploys to https://raycer.altweb.me on cool2026/personal via
docker-compose.coolify.yaml — see deploy/COOLIFY.md.
2026-04-23 16:45:06 +02:00

9 lines
508 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="raycer">
<rect width="64" height="64" fill="#0a0a0a"/>
<g font-family="ui-monospace, SFMono-Regular, Menlo, monospace" font-weight="300" font-size="22" letter-spacing="-1">
<text x="8" y="40" fill="#c47a1c">r</text>
<text x="22" y="40" fill="#3a3a3a">/</text>
<text x="36" y="40" fill="#1c8a8a">c</text>
</g>
<rect x="0" y="0" width="64" height="64" fill="none" stroke="#2a2a2a" stroke-width="1"/>
</svg>