package web import ( _ "embed" ) var ( //go:embed index.html IndexHtml string )