diff --git a/main.go b/main.go index 433df9f..588428b 100644 --- a/main.go +++ b/main.go @@ -2,9 +2,9 @@ package main import ( "encoding/json" + "html/template" "log" "net/http" - "html/template" ) type CatAPIResponse []struct { @@ -17,17 +17,63 @@ var tpl = template.Must(template.New("index").Parse(`