initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package www
|
||||
|
||||
import "embed"
|
||||
|
||||
// Default pages for unmatched hosts and shared error responses.
|
||||
// Override by placing the same filename under WWW_DIR (default: data/www/).
|
||||
//
|
||||
//go:embed index.html 404.html
|
||||
var defaults embed.FS
|
||||
Reference in New Issue
Block a user