initial
This commit is contained in:
commit
b51493546b
6 changed files with 111 additions and 0 deletions
5
Justfile
Normal file
5
Justfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
get-htmx:
|
||||
curl -O -lSSL https://unpkg.com/htmx.org@2.0.2/dist/htmx.min.js
|
||||
|
||||
run:
|
||||
go run ./http-serve.go
|
||||
Loading…
Add table
Add a link
Reference in a new issue