chatai/web/embed.go

12 lines
125 B
Go
Raw Normal View History

2024-12-25 17:18:23 +00:00
package web
import (
_ "embed"
)
2025-01-11 04:31:04 +00:00
//go:embed home.html
var HomeLayout string
//go:embed agent.html
var AgentLayout string