This commit is contained in:
maddalax 2024-09-24 15:10:08 -05:00
parent 64d8929d51
commit 83760397d1
2 changed files with 7 additions and 1 deletions

View file

@ -38,4 +38,4 @@ func IndexPage(ctx *h.RequestContext) *h.Page {
**get started:** **get started:**
View documentation on [htmgo.dev](https://htmgo.dev/). View documentation on [htmgo.dev](https://htmgo.dev/docs).

6
examples/todo-list/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
/assets/dist
tmp
node_modules
.idea
__htmgo
dist