f99f49dd7e
* switch branches * update user interface * switch branch * switch branch * change branch * submit 0.3.3
6 lines
152 B
Go
6 lines
152 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
//go:embed index.html favicon.svg browserconfig.xml site.webmanifest robots.txt img js fonts css
|
|
var Static embed.FS
|