package api
import _ "embed"
//go:embed index.html
var indexHTML string
//go:embed questionnaire.html
var questionnaireHTML string