add github link

This commit is contained in:
maddalax 2024-09-29 08:22:45 -05:00
parent f39b6a5e9e
commit 89194e0c20

View file

@ -28,7 +28,7 @@ var examples = []Example{
},
{
Title: "form with loading state",
Github: "",
Github: "https://github.com/maddalax/htmgo/blob/master/htmgo-site/pages/form.go",
Demo: "/form",
Description: "A simple form submission example with a loading state",
},