Files
greasysprocket-website/astro/public/favicon.svg
T
Jose Juan Moñino c5958f283f feat: initial Greasy Sprocket website — Astro static + Go feedback service
- Astro 5.x static site with content collections for extensions
- Pages: index, [slug] (per-extension), coffee (Ko-fi), feedback form
- Go binary gs-feedback: SQLite storage + Discord webhook notification
- Nginx config: static serving + POST proxy to Go backend
- Deploy script: build + rsync to VPS
- ThockBoard landing page with features and sound pack listing
2026-07-09 23:53:01 +02:00

9 lines
680 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" width="128" height="128">
<rect width="128" height="128" rx="28" fill="#0c0a09"/>
<circle cx="64" cy="64" r="36" fill="none" stroke="#f97316" stroke-width="6"/>
<circle cx="64" cy="64" r="8" fill="#f97316"/>
<line x1="64" y1="28" x2="64" y2="40" stroke="#f97316" stroke-width="4" stroke-linecap="round"/>
<line x1="64" y1="88" x2="64" y2="100" stroke="#f97316" stroke-width="4" stroke-linecap="round"/>
<line x1="28" y1="64" x2="40" y2="64" stroke="#f97316" stroke-width="4" stroke-linecap="round"/>
<line x1="88" y1="64" x2="100" y2="64" stroke="#f97316" stroke-width="4" stroke-linecap="round"/>
</svg>