tmp.htmlx/content.go

10 lines
105 B
Go
Raw Normal View History

package main
import (
"embed"
)
//go:embed "htmx.min.js"
//go:embed "index.html"
var content embed.FS