gnocchi

Golang weight tracking application
Log | Files | Refs

commit 3f14a18325ee7b9a82bcd855ae5fafde31c41403
parent 55bd53869bbd7aa1b69eea3ec8f22a71d606cc88
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Fri, 31 Jul 2026 15:56:35 +0100

Move recent table below graph

Diffstat:
Mmain.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.go b/main.go @@ -255,8 +255,8 @@ func handleIndex(w http.ResponseWriter, r *http.Request) { </form> ` + alreadyLoggedHTML + ` </div> -` + recentTable + ` ` + svgBlock + ` +` + recentTable + ` </body></html>` fmt.Fprint(w, html)