This commit is contained in:
Imbus 2024-09-10 02:07:53 +02:00
commit b51493546b
6 changed files with 111 additions and 0 deletions

5
Justfile Normal file
View 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