diff --git a/htmgo-site/assets/public/auth-example.jpg b/htmgo-site/assets/public/auth-example.jpg new file mode 100644 index 0000000..9a66373 Binary files /dev/null and b/htmgo-site/assets/public/auth-example.jpg differ diff --git a/htmgo-site/pages/examples.go b/htmgo-site/pages/examples.go index 6922abc..719a87a 100644 --- a/htmgo-site/pages/examples.go +++ b/htmgo-site/pages/examples.go @@ -14,6 +14,13 @@ type Example struct { } var examples = []Example{ + { + Title: "User Authentication Example", + Github: "https://github.com/maddalax/htmgo/tree/master/examples/simple-auth", + Description: "An example showing basic user registration and login with htmgo", + Demo: "https://auth-example.htmgo.dev", + Image: "public/auth-example.jpg", + }, { Title: "Hacker News Clone", Github: "https://github.com/maddalax/htmgo/tree/master/examples/hackernews",