From 32c2e25fb645d20de1ef34aa11a0691906aa8710 Mon Sep 17 00:00:00 2001 From: Adam Montgomery Date: Fri, 14 Nov 2025 16:55:23 -0700 Subject: [PATCH] Make it better --- main.go | 52 +++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 49 insertions(+), 3 deletions(-) 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(` Random Cat Meme +

Random Cat Meme

- +Random Cat Meme