Reviewed prompt
%s
package comicanimator import ( "fmt" "html/template" "mime" "net/http" "os" "path/filepath" "sort" "strings" "time" ) func render(w http.ResponseWriter, src string, data any) { w.Header().Set("Content-Type", "text/html; charset=utf-8") if err := template.Must(template.New("page").Parse(src)).Execute(w, data); err != nil { http.Error(w, "render error", 500) } } func fragmentError(w http.ResponseWriter, status int, message string) { w.WriteHeader(status) fmt.Fprintf(w, `
%s
Upload a page, describe the motion, then review the animation prompt.
Upload one complete comic page
Tell the animator what should move
Review the settings and request approval
Animations created in this browser session
Monitor this process and recover completed files retained on disk.
Running and completed generations since startup
Restart-safe outputs retained on local storage