1 Commits

Author SHA1 Message Date
Kat
d0a8aec8d0 cmd/mbf: bring back pkgserver's favicon!
It existed in mae's #33, but ozy seems to have lost it during her
changes pre-merge, so just add it back again.
2026-05-15 19:51:10 +10:00
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -8,7 +8,7 @@ import (
)
//go:generate tsc
//go:generate cp index.html style.css static
//go:generate cp index.html style.css favicon.ico static
//go:embed static
var _static embed.FS