talent/files.go

16 lines
243 B
Go

package main
import _ "embed"
//go:embed assets/check.html
var check_web []byte
//go:embed assets/profile.html
var profile_web []byte
//go:embed assets/claim.html
var claim_web []byte
//go:embed assets/product.html
var product_web []byte