Add a logo

This commit is contained in:
Tom Wiesing 2023-02-10 12:01:06 +01:00
parent 5339c442b7
commit b1009fa109
No known key found for this signature in database
18 changed files with 240 additions and 112 deletions

View file

@ -25,3 +25,7 @@ func (noop) Close() error {
func MinifyHTML(source []byte) []byte {
return source
}
func MinifySVG(source []byte) []byte {
return source
}