scripts/
static/
avatars/
alice.svg
488 B
bob.svg
476 B
cloudhead.svg
470 B
fonts/
js/
radiant.svg
1.9 KiB
style.css
23.3 KiB
templates/
.gitignore
30 B
.gitsigners
112 B
AGENTS.md
7.5 KiB
LICENSE
89 B
README.md
1.9 KiB
deploy
723 B
discuss.go
16.7 KiB
git.go
3.5 KiB
git_cli.go
16.0 KiB
git_http.go
1.9 KiB
go.mod
572 B
go.sum
1.9 KiB
handler.go
11.3 KiB
handler_test.go
69.0 KiB
main.go
5.2 KiB
template.go
8.9 KiB
watch
272 B
static/avatars/alice.svg
raw
| 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"> |
| 2 | <circle cx="32" cy="32" r="32" fill="#e8a87c"/> |
| 3 | <circle cx="32" cy="26" r="12" fill="#fae3c8"/> |
| 4 | <circle cx="27" cy="24" r="2" fill="#334"/> |
| 5 | <circle cx="37" cy="24" r="2" fill="#334"/> |
| 6 | <path d="M28 30q4 3 8 0" stroke="#334" stroke-width="1.5" fill="none" stroke-linecap="round"/> |
| 7 | <path d="M18 20q2-10 14-8t14 8c0 0-4-2-14-2s-14 2-14 2z" fill="#c0392b"/> |
| 8 | <rect x="16" y="44" width="32" height="20" rx="4" fill="#e74c3c"/> |
| 9 | </svg> |